From: Juan Prieto Date: Fri, 7 Nov 2008 09:43:13 +0000 (+0000) Subject: e X-Git-Tag: EED.02Oct2009~11 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bcf937fc06a3fc3d98c53bb2f54e0abc1ebd1970;p=creaEnvironment.git e --- diff --git a/lib/kernel_Environment/ReaderEnvironment_Txx.h b/lib/kernel_Environment/ReaderEnvironment_Txx.h index e492d6a..8a512bc 100644 --- a/lib/kernel_Environment/ReaderEnvironment_Txx.h +++ b/lib/kernel_Environment/ReaderEnvironment_Txx.h @@ -10,7 +10,7 @@ //NAMESPACE - +#include //====== LIFECYCLE ======== diff --git a/lib/kernel_Environment/ViewerNDimensionsException.h b/lib/kernel_Environment/ViewerNDimensionsException.h index db38b7c..fcbe62c 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/10/31 15:08:40 $ - Version: $Revision: 1.1 $ + Date: $Date: 2008/11/07 09:43:13 $ + Version: $Revision: 1.2 $ Objective: Exception of the program when something has setted wrong Authot: Monica Maria Lozano Romero @@ -36,7 +36,8 @@ //NAMESPACE - class ViewerNDimensionsException: public std::exception + class ViewerNDimensionsException: + public std::exception { public: //====== LIFECYCLE ======== @@ -44,6 +45,9 @@ { this->msg=msg; } + virtual ~ViewerNDimensionsException() throw (); + + //======= INQUIRY =========== virtual const char* what() const throw() { @@ -56,4 +60,4 @@ */ std::string msg; };//viewerNDimensionsException; -#endif \ No newline at end of file +#endif