Kaydet (Commit) cef829e6 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS mingwport03 (1.2.234); FILE MERGED

2006/09/18 14:33:35 vg 1.2.234.1: #i53572# MinGW port
üst 6dfaa70f
...@@ -14,7 +14,7 @@ class RuntimeException : public std::exception ...@@ -14,7 +14,7 @@ class RuntimeException : public std::exception
{ {
public: public:
RuntimeException(int Error); RuntimeException(int Error);
virtual ~RuntimeException(); virtual ~RuntimeException() throw();
int GetErrorCode() const; int GetErrorCode() const;
...@@ -40,7 +40,7 @@ class Win32Exception : public RuntimeException ...@@ -40,7 +40,7 @@ class Win32Exception : public RuntimeException
{ {
public: public:
Win32Exception(int Error); Win32Exception(int Error);
virtual ~Win32Exception(); virtual ~Win32Exception() throw();
virtual const char* what() const throw(); virtual const char* what() const throw();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment