Program: ConceptInstantHandler
Module: $RCSfile: ConceptInstantHandler.h,v $
Language: C++
- Date: $Date: 2008/10/31 16:30:00 $
- Version: $Revision: 1.2 $
+ Date: $Date: 2008/11/04 16:28:57 $
+ Version: $Revision: 1.3 $
Objective: Wrapper fo the concepts that subscribe to the instant handler
Authot: Monica Maria Lozano Romero
#define __CONCEPTINSTANTHANDLER_H_INCLUDED__
#if defined(WIN32)
-//If we're using a dynamic library
-# ifdef CreaEnvironment_BUILD_SHARED
-# define CreaEnvironment_EXPORTS __declspec( dllexport )
-# else
-# define CreaEnvironment_EXPORTS //__declspec( dllimport )
-# endif //maracasvisulib_EXPORTS
+ //If we're using a dynamic library
+ # ifdef CreaEnvironment_BUILD_SHARED
+ # define CreaEnvironment_EXPORTS __declspec( dllexport )
+ # else
+ # define CreaEnvironment_EXPORTS //__declspec( dllimport )
+ # endif //maracasvisulib_EXPORTS
+#else
+ #define CreaEnvironment_EXPORTS
#endif