Program: ConceptInstantHandler
Module: $RCSfile: ConceptInstantHandler.h,v $
Language: C++
- Date: $Date: 2008/10/31 15:08:40 $
- Version: $Revision: 1.1 $
+ Date: $Date: 2008/10/31 16:30:00 $
+ Version: $Revision: 1.2 $
Objective: Wrapper fo the concepts that subscribe to the instant handler
Authot: Monica Maria Lozano Romero
#if defined(WIN32)
//If we're using a dynamic library
-# ifdef NDimensionsEnvironment_BUILD_SHARED
-# define NDimensionsEnvironment_EXPORTS __declspec( dllexport )
+# ifdef CreaEnvironment_BUILD_SHARED
+# define CreaEnvironment_EXPORTS __declspec( dllexport )
# else
-# define NDimensionsEnvironment_EXPORTS //__declspec( dllimport )
+# define CreaEnvironment_EXPORTS //__declspec( dllimport )
# endif //maracasvisulib_EXPORTS
#endif
-class NDimensionsEnvironment_EXPORTS ConceptInstantHandler
+class CreaEnvironment_EXPORTS ConceptInstantHandler
{
public:
//===== CONSTANTS ========