X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fkernel_Environment%2FConceptInstantHandler.h;h=8c323cf7e5431ca2bcf7deeec7159cae0dd0bad1;hb=d2e69ed72a2101f2d76167b92ad51bc9b6755368;hp=cba40c86c52b2eeee3e18ef08a4c2d165a69906f;hpb=5d4ae7cb775f5d0e20a89f6b28d3d88480dbabde;p=creaEnvironment.git diff --git a/lib/kernel_Environment/ConceptInstantHandler.h b/lib/kernel_Environment/ConceptInstantHandler.h index cba40c8..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:28:57 $ - Version: $Revision: 1.3 $ + 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 @@ -44,19 +44,19 @@ #ifndef __CONCEPTINSTANTHANDLER_H_INCLUDED__ #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 defined(_WIN32) + #ifdef creaEnvironment_BUILD_SHARED + #define creaEnvironment_EXPORTS __declspec( dllexport ) + #else + #define creaEnvironment_EXPORTS + #endif #else - #define CreaEnvironment_EXPORTS + #define creaEnvironment_EXPORTS #endif -class CreaEnvironment_EXPORTS ConceptInstantHandler +class creaEnvironment_EXPORTS ConceptInstantHandler { public: //===== CONSTANTS ========