Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members

common.h

00001 // -*- C++ -*-
00017 /*__LICENCE_HERE__*/
00018 
00019 #ifndef __IGSListener_common_h__
00020 #define __IGSListener_common_h__
00021 // iostream should be included before anything
00022 // else, otherwise cin, cout and cerr will
00023 // be uninitialized.
00024 #include <iostream>
00025 
00026 #if defined(_WIN32) || defined(WIN32)
00027 #ifdef IGSLISTENER_EXPORTS
00028 #define IGSLISTENER __declspec(dllexport)
00029 #else
00030 #define IGSLISTENER __declspec(dllimport)
00031 #endif
00032 #else
00033 #define IGSLISTENER
00034 #endif
00035 
00036 #endif

Generated on Mon Jan 30 11:57:50 2006 for EventListener by  doxygen 1.3.9.1