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
1.4.5