kxmlrpcclient_export.h

00001 /******************************************************************************
00002  *   Copyright (C) 2006 by Narayan Newton <narayannewton@gmail.com>           *
00003  *                                                                            *
00004  * This program is distributed in the hope that it will be useful, but        *
00005  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY *
00006  * or FITNESS FOR A PARTICULAR PURPOSE. For licensing and distribution        *
00007  * details, check the accompanying file 'COPYING.BSD'.                        *
00008  *****************************************************************************/
00009 
00010 #ifndef KXMLRPCCLIENT_EXPORT_H
00011 #define KXMLRPCCLIENT_EXPORT_H
00012 
00013 #include <kdemacros.h>
00014 
00015 #ifndef KXMLRPCCLIENT_EXPORT
00016 # if defined(MAKE_KXMLRPCCLIENT_LIB)
00017    /* We are building this library */
00018 #  define KXMLRPCCLIENT_EXPORT KDE_EXPORT
00019 # else
00020    /* We are using this library */
00021 #  define KXMLRPCCLIENT_EXPORT KDE_IMPORT
00022 # endif
00023 #endif
00024 
00025 #endif
00026 
KDE Home | KDE Accessibility Home | Description of Access Keys