aqgeldkarte.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: aqgeldkarte.h,v $
00003                              -------------------
00004     cvs         : $Id: aqgeldkarte.h,v 1.2 2006/01/13 16:51:44 cstim Exp $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 
00014 #ifndef AQGELDKARTE_AQGELDKARTE_H
00015 #define AQGELDKARTE_AQGELDKARTE_H
00016 
00017 
00018 #include <aqbanking/system.h>
00019 
00020 #ifdef BUILDING_AQGELDKARTE
00021 # /* building AqGELDKARTE */
00022 # if AQBANKING_SYS_IS_WINDOWS
00023 #   /* for windows */
00024 #   ifdef __declspec
00025 #     define AQGELDKARTE_API __declspec (dllexport)
00026 #   else /* if __declspec */
00027 #     define AQGELDKARTE_API
00028 #   endif /* if NOT __declspec */
00029 # else
00030 #   /* for non-win32 */
00031 #   ifdef GCC_WITH_VISIBILITY_ATTRIBUTE
00032 #     define AQGELDKARTE_API __attribute__((visibility("default")))
00033 #   else
00034 #     define AQGELDKARTE_API
00035 #   endif
00036 # endif
00037 #else
00038 # /* not building AqGELDKARTE */
00039 # if AQBANKING_SYS_IS_WINDOWS
00040 #   /* for windows */
00041 #   ifdef __declspec
00042 #     define AQGELDKARTE_API __declspec (dllimport)
00043 #   else /* if __declspec */
00044 #     define AQGELDKARTE_API
00045 #   endif /* if NOT __declspec */
00046 # else
00047 #   /* for non-win32 */
00048 #   define AQGELDKARTE_API
00049 # endif
00050 #endif
00051 
00052 #define AQGELDKARTE_LOGDOMAIN "aqgeldkarte"
00053 #define AG_PROVIDER_NAME "aqgeldkarte"
00054 
00055 
00056 #endif /* AQGELDKARTE_AQGELDKARTE_H */
00057 

Generated on Wed Jun 28 15:17:43 2006 for aqbanking by  doxygen 1.4.6