00001 // OutOfBoundException.cpp: implementation of the OutOfBoundException class. 00002 // 00004 00005 #ifdef WIN32 00006 #pragma warning(disable:4786) 00007 #endif 00008 #include "OutOfBoundException.h" 00009 00011 // Construction/Destruction 00013 00014 //##ModelId=43834ABF00E8 00015 OutOfBoundException::OutOfBoundException() throw() 00016 { 00017 00018 } 00019 00020 //##ModelId=43834ABF00E9 00021 OutOfBoundException::~OutOfBoundException() throw() 00022 { 00023 00024 }
1.4.5