X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fkernel_Environment%2FConceptInstantHandler.h;h=8c323cf7e5431ca2bcf7deeec7159cae0dd0bad1;hb=d2e69ed72a2101f2d76167b92ad51bc9b6755368;hp=59c6860d025a88cd535ad6be18c3fd12dd92f8d1;hpb=f23e62ed22294c025c467c2bed69be676be8fba8;p=creaEnvironment.git diff --git a/lib/kernel_Environment/ConceptInstantHandler.h b/lib/kernel_Environment/ConceptInstantHandler.h index 59c6860..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/10/31 15:08:40 $ - Version: $Revision: 1.1 $ + 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,17 +44,19 @@ #ifndef __CONCEPTINSTANTHANDLER_H_INCLUDED__ #define __CONCEPTINSTANTHANDLER_H_INCLUDED__ -#if defined(WIN32) -//If we're using a dynamic library -# ifdef NDimensionsEnvironment_BUILD_SHARED -# define NDimensionsEnvironment_EXPORTS __declspec( dllexport ) -# else -# define NDimensionsEnvironment_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 #endif -class NDimensionsEnvironment_EXPORTS ConceptInstantHandler +class creaEnvironment_EXPORTS ConceptInstantHandler { public: //===== CONSTANTS ========