From: Juan Prieto Date: Fri, 31 Oct 2008 16:30:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: EED.02Oct2009~16 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaEnvironment.git;a=commitdiff_plain;h=e6a984b45e0716f3fe38910dea7db9475cbd903f *** empty log message *** --- diff --git a/lib/kernel_Environment/ConceptInstantHandler.h b/lib/kernel_Environment/ConceptInstantHandler.h index 59c6860..a235505 100644 --- a/lib/kernel_Environment/ConceptInstantHandler.h +++ b/lib/kernel_Environment/ConceptInstantHandler.h @@ -3,8 +3,8 @@ 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 @@ -46,15 +46,15 @@ #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 ======== diff --git a/lib/kernel_Environment/Instant.h b/lib/kernel_Environment/Instant.h index ac4993b..7af2a4d 100644 --- a/lib/kernel_Environment/Instant.h +++ b/lib/kernel_Environment/Instant.h @@ -23,7 +23,7 @@ #include "ConceptInstantHandler.h" -class NDimensionsEnvironment_EXPORTS Instant +class CreaEnvironment_EXPORTS Instant { public: