]> Creatis software - creaEnvironment.git/commitdiff
*** empty log message ***
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 31 Oct 2008 16:30:00 +0000 (16:30 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 31 Oct 2008 16:30:00 +0000 (16:30 +0000)
lib/kernel_Environment/ConceptInstantHandler.h
lib/kernel_Environment/Instant.h

index 59c6860d025a88cd535ad6be18c3fd12dd92f8d1..a2355055dd2153ed27a019d85bffc4edb30e18e8 100644 (file)
@@ -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
 
 
 #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 ========
index ac4993b5abc41a5c8de1a80a25300a83711539f6..7af2a4dadf721cd09d6885607b2f0c085999f422 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "ConceptInstantHandler.h"
 
-class NDimensionsEnvironment_EXPORTS Instant
+class CreaEnvironment_EXPORTS Instant
        {
                public: