From bcf937fc06a3fc3d98c53bb2f54e0abc1ebd1970 Mon Sep 17 00:00:00 2001 From: Juan Prieto Date: Fri, 7 Nov 2008 09:43:13 +0000 Subject: [PATCH] e --- lib/kernel_Environment/ReaderEnvironment_Txx.h | 2 +- lib/kernel_Environment/ViewerNDimensionsException.h | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) 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 -- 2.49.0