/[usata]/usata2/src/exception_types.hpp
ViewVC logotype

Diff of /usata2/src/exception_types.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by skunix, Sun Jan 9 08:57:22 2005 UTC revision 1.4 by skunix, Thu Jan 20 01:15:09 2005 UTC
# Line 38  namespace exceptions Line 38  namespace exceptions
38                  std::string what_;                  std::string what_;
39          public:          public:
40                  FatalError(const std::string&w):what_(w){};                  FatalError(const std::string&w):what_(w){};
41                  virtual const char*what()const throw()=0;                  virtual const char*what()const throw(){return what_.c_str();};
42                  virtual ~FatalError()throw(){}                  virtual ~FatalError()throw(){}
43          };          };
44  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26