Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

aqgeldkarte.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile: aqgeldkarte.h,v $
00003                              -------------------
00004     cvs         : $Id: aqgeldkarte.h,v 1.1 2005/08/08 02:24:40 aquamaniac 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 #ifdef __declspec
00019 # if BUILDING_AQGELDKARTE_DLL
00020 #  define AQGELDKARTE_API __declspec (dllexport)
00021 # else /* Not BUILDING_AQGELDKARTE_DLL */
00022 #  define AQGELDKARTE_API __declspec (dllimport)
00023 # endif /* Not BUILDING_AQGELDKARTE_DLL */
00024 #else
00025 # define AQGELDKARTE_API
00026 #endif
00027 
00028 
00029 #define AQGELDKARTE_LOGDOMAIN "aqgeldkarte"
00030 
00031 
00032 #endif /* AQGELDKARTE_AQGELDKARTE_H */
00033 

Generated on Thu Oct 6 14:49:08 2005 for aqbanking by  doxygen 1.4.4