/home/coin/SVN-release/OS-2.4.2/OS/src/OSUtils/OSErrorClass.cpp

Go to the documentation of this file.
00001 /* $Id: OSErrorClass.cpp 4292 2011-09-21 05:47:18Z kmartin $ */
00016 #include "OSErrorClass.h"
00017 
00018 
00019 
00020 ErrorClass::ErrorClass(std::string errormsg_)
00021 {
00022     errormsg = errormsg_;
00023 }
00024 

Generated on Wed Nov 30 03:04:24 2011 by  doxygen 1.4.7