X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fkernel_Environment%2FConceptInstantHandler.h;fp=lib%2Fkernel_Environment%2FConceptInstantHandler.h;h=8c323cf7e5431ca2bcf7deeec7159cae0dd0bad1;hb=7097284446466ca1563bdb7bd2788317720cf8c6;hp=47e9f74b6cfa5eb3118c7e7262b60ca215e43cd4;hpb=5fefb615a5a1b8aa824e853803580db92ec9f387;p=creaEnvironment.git diff --git a/lib/kernel_Environment/ConceptInstantHandler.h b/lib/kernel_Environment/ConceptInstantHandler.h index 47e9f74..8c323cf 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/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 @@ -46,17 +46,17 @@ #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 ========