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