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 ========
#include "ConceptInstantHandler.h"
-class CreaEnvironment_EXPORTS Instant
+class creaEnvironment_EXPORTS Instant
{
public:
*
*/
std::vector<int>* nTuple;
+
};
#endif