]> Creatis software - creaEnvironment.git/commitdiff
change for compiling under windows and linux
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 7 Nov 2008 10:37:20 +0000 (10:37 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 7 Nov 2008 10:37:20 +0000 (10:37 +0000)
lib/kernel_Environment/ViewerNDimensionsException.h

index fcbe62c91ab47bb8a95bd0e105d8e47ecd69136d..75921fb9474e67032b3c2b11e56dbe1e69e504c6 100644 (file)
@@ -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 <iostream>
 #include <exception>
-
+#include "ConceptInstantHandler.h"
 // PROJECT INCLUDES
 
 
@@ -36,7 +36,7 @@
 //NAMESPACE
 
 
-       class ViewerNDimensionsException: 
+       class CreaEnvironment_EXPORTS ViewerNDimensionsException: 
                public std::exception
                {
                        public:
                                {
                                        this->msg=msg;
                                }
+#if(WIN32)
+#else
                                virtual ~ViewerNDimensionsException() throw ();
+#endif
                                
                                
                                //======= INQUIRY ===========