]> Creatis software - creaEnvironment.git/blobdiff - lib/kernel_Environment/ViewerNDimensionsException.h
*** empty log message ***
[creaEnvironment.git] / lib / kernel_Environment / ViewerNDimensionsException.h
index fcbe62c91ab47bb8a95bd0e105d8e47ecd69136d..12e1346c6f71f5a98c5da6919ce06a79b758ee6e 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/26 15:51:12 $
+  Version:   $Revision: 1.5 $
   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;
                                }
-                               virtual ~ViewerNDimensionsException() throw ();
+#if(WIN32)
+#else
+                               virtual ~ViewerNDimensionsException() throw (){};
+#endif
                                
                                
                                //======= INQUIRY ===========