/home/coin/SVN-release/CoinAll-1.1.0/OS/src/OSUtils/OSErrorClass.h

Go to the documentation of this file.
00001 
00016 #ifndef ERRORCLASS_H
00017 #define ERRORCLASS_H
00018 
00019 #include <string>
00020  
00032 class ErrorClass{
00033         public:
00034                 
00038                 ErrorClass( std::string errormsg_);
00039                 
00042                 std::string errormsg;
00043         
00044 };
00045 #endif

Generated on Sun Nov 14 14:06:39 2010 for Coin-All by  doxygen 1.4.7