From a58419b26d46db5189064fc2fc1c94288350a5cf Mon Sep 17 00:00:00 2001 From: Juan Prieto Date: Fri, 7 Nov 2008 10:37:20 +0000 Subject: [PATCH] change for compiling under windows and linux --- lib/kernel_Environment/ViewerNDimensionsException.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/kernel_Environment/ViewerNDimensionsException.h b/lib/kernel_Environment/ViewerNDimensionsException.h index fcbe62c..75921fb 100644 --- a/lib/kernel_Environment/ViewerNDimensionsException.h +++ b/lib/kernel_Environment/ViewerNDimensionsException.h @@ -3,8 +3,8 @@ Program: ViewerNDimensionsException Module: $RCSfile: ViewerNDimensionsException.h,v $ Language: C++ - Date: $Date: 2008/11/07 09:43:13 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/11/07 10:37:20 $ + Version: $Revision: 1.3 $ Objective: Exception of the program when something has setted wrong Authot: Monica Maria Lozano Romero @@ -25,7 +25,7 @@ #include #include - +#include "ConceptInstantHandler.h" // PROJECT INCLUDES @@ -36,7 +36,7 @@ //NAMESPACE - class ViewerNDimensionsException: + class CreaEnvironment_EXPORTS ViewerNDimensionsException: public std::exception { public: @@ -45,7 +45,10 @@ { this->msg=msg; } +#if(WIN32) +#else virtual ~ViewerNDimensionsException() throw (); +#endif //======= INQUIRY =========== -- 2.47.1