From: Juan Prieto Date: Fri, 7 Nov 2008 10:37:20 +0000 (+0000) Subject: change for compiling under windows and linux X-Git-Tag: EED.02Oct2009~10 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a58419b26d46db5189064fc2fc1c94288350a5cf;p=creaEnvironment.git change for compiling under windows and linux --- 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 ===========