• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

aqofxconnect.h

Go to the documentation of this file.
00001 /***************************************************************************
00002     begin       : Mon Mar 01 2004
00003     copyright   : (C) 2004 by Martin Preuss
00004     email       : martin@libchipcard.de
00005 
00006  ***************************************************************************
00007  *          Please see toplevel file COPYING for license details           *
00008  ***************************************************************************/
00009 
00010 
00011 #ifndef AQOFXCONNECT_AQOFXCONNECT_H
00012 #define AQOFXCONNECT_AQOFXCONNECT_H
00013 
00014 
00015 #include <aqbanking/system.h>
00016 
00017 #ifdef BUILDING_AQOFXCONNECT
00018 # /* building AqOFXCONNECT */
00019 # if AQBANKING_SYS_IS_WINDOWS
00020 #   /* for windows */
00021 #   ifdef __declspec
00022 #     define AQOFXCONNECT_API __declspec (dllexport)
00023 #   else /* if __declspec */
00024 #     define AQOFXCONNECT_API
00025 #   endif /* if NOT __declspec */
00026 # else
00027 #   /* for non-win32 */
00028 #   ifdef GCC_WITH_VISIBILITY_ATTRIBUTE
00029 #     define AQOFXCONNECT_API __attribute__((visibility("default")))
00030 #   else
00031 #     define AQOFXCONNECT_API
00032 #   endif
00033 # endif
00034 #else
00035 # /* not building AqOFXCONNECT */
00036 # if AQBANKING_SYS_IS_WINDOWS
00037 #   /* for windows */
00038 #   ifdef __declspec
00039 #     define AQOFXCONNECT_API __declspec (dllimport)
00040 #   else /* if __declspec */
00041 #     define AQOFXCONNECT_API
00042 #   endif /* if NOT __declspec */
00043 # else
00044 #   /* for non-win32 */
00045 #   define AQOFXCONNECT_API
00046 # endif
00047 #endif
00048 
00049 
00050 #define AQOFXCONNECT_LOGDOMAIN "aqofxconnect"
00051 
00052 
00053 #endif /* AQOFXCONNECT_AQOFXCONNECT_H */
00054 

Generated on Thu Feb 9 2012 18:59:36 for aqbanking by  doxygen 1.7.1