/Users/kmartin/Documents/files/code/cpp/OScpp/COIN-OS/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 Sat Mar 29 22:38:03 2008 by  doxygen 1.5.3