INTEGRATION: CWS mingwport03 (1.1.204); FILE MERGED

2006/10/23 15:25:43 vg 1.1.204.1: #i53572# MinGW port
This commit is contained in:
Vladimir Glazounov 2007-03-26 13:10:00 +00:00
parent 0c940e5ec2
commit 5e98dfae38

View file

@ -17,7 +17,7 @@ public:
RegistryException(long ErrorCode);
virtual ~RegistryException();
virtual ~RegistryException() throw();
/**
@descr Returns a string that describes the error if
@ -25,7 +25,7 @@ public:
returned string is only temporary so the caller
has to copy it if he needs the string further.
*/
virtual const char* what() const;
virtual const char* what() const throw();
/**
@descr Returns the error code.