From 7097284446466ca1563bdb7bd2788317720cf8c6 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Mon, 24 Nov 2008 10:23:53 +0000 Subject: [PATCH] *** empty log message *** --- lib/kernel_Environment/ConceptInstantHandler.h | 14 +++++++------- lib/kernel_Environment/Instant.h | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) 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 ======== diff --git a/lib/kernel_Environment/Instant.h b/lib/kernel_Environment/Instant.h index 7af2a4d..537c032 100644 --- a/lib/kernel_Environment/Instant.h +++ b/lib/kernel_Environment/Instant.h @@ -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* nTuple; + }; #endif -- 2.47.1