KXMLRPC Client Library
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(KDEPIM_STATIC_LIBS) 00017 /* No export/import for static libraries */ 00018 # define KXMLRPCCLIENT_EXPORT 00019 # elif defined(MAKE_KXMLRPCCLIENT_LIB) 00020 /* We are building this library */ 00021 # define KXMLRPCCLIENT_EXPORT KDE_EXPORT 00022 # else 00023 /* We are using this library */ 00024 # define KXMLRPCCLIENT_EXPORT KDE_IMPORT 00025 # endif 00026 #endif 00027 00028 #endif 00029
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:08:45 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Aug 27 2012 22:08:45 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.