OperationException.cpp

Go to the documentation of this file.
00001 // OperationException.cpp: implementation of the OperationException class.
00002 //
00004 #ifdef WIN32 
00005 #pragma warning(disable:4786)
00006 #endif
00007 #include "OperationException.h"
00008 
00010 // Construction/Destruction
00012 
00014 OperationException::OperationException() throw()
00015 {
00016 
00017 }
00018 
00020 OperationException::~OperationException() throw()
00021 {
00022 
00023 }
00024 
00025 

Generated on Fri Jul 10 10:31:55 2009 for Utils Library by  doxygen 1.4.5