]> Creatis software - creaEnvironment.git/commitdiff
initialization
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Tue, 4 Nov 2008 16:28:57 +0000 (16:28 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Tue, 4 Nov 2008 16:28:57 +0000 (16:28 +0000)
lib/kernel_Environment/ConceptInstantHandler.h

index a2355055dd2153ed27a019d85bffc4edb30e18e8..cba40c86c52b2eeee3e18ef08a4c2d165a69906f 100644 (file)
@@ -3,8 +3,8 @@
   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