]> Creatis software - creaEnvironment.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 24 Nov 2008 10:23:53 +0000 (10:23 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Mon, 24 Nov 2008 10:23:53 +0000 (10:23 +0000)
lib/kernel_Environment/ConceptInstantHandler.h
lib/kernel_Environment/Instant.h

index 47e9f74b6cfa5eb3118c7e7262b60ca215e43cd4..8c323cf7e5431ca2bcf7deeec7159cae0dd0bad1 100644 (file)
@@ -3,8 +3,8 @@
   Program:  ConceptInstantHandler
   Module:    $RCSfile: ConceptInstantHandler.h,v $
   Language:  C++
-  Date:      $Date: 2008/11/04 16:56:49 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/11/24 10:23:53 $
+  Version:   $Revision: 1.6 $
   Objective: Wrapper fo the concepts that subscribe to the instant handler
   Authot:      Monica Maria Lozano Romero
 
 
 
 #if defined(_WIN32) 
-       #ifdef CreaEnvironment_BUILD_SHARED
-               #define CreaEnvironment_EXPORTS __declspec( dllexport )
+       #ifdef creaEnvironment_BUILD_SHARED
+               #define creaEnvironment_EXPORTS __declspec( dllexport )
        #else
-               #define CreaEnvironment_EXPORTS 
+               #define creaEnvironment_EXPORTS 
        #endif
 #else
-       #define CreaEnvironment_EXPORTS
+       #define creaEnvironment_EXPORTS
 #endif
 
 
-class CreaEnvironment_EXPORTS ConceptInstantHandler
+class creaEnvironment_EXPORTS ConceptInstantHandler
        {
                                public:
                                                //===== CONSTANTS ========
index 7af2a4dadf721cd09d6885607b2f0c085999f422..537c032b5f9f037249f7b1d62d3e3f5854f050a4 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "ConceptInstantHandler.h"
 
-class CreaEnvironment_EXPORTS Instant
+class creaEnvironment_EXPORTS Instant
        {
                public:
                        
@@ -108,6 +108,7 @@ class CreaEnvironment_EXPORTS Instant
                        * 
                        */
                        std::vector<int>* nTuple;
+                       
 
        };
 #endif