Changeset 240 for XMLIO_V2/dev/dev_rv/src4/xmlio/exception.cpp
- Timestamp:
- 06/29/11 08:41:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XMLIO_V2/dev/dev_rv/src4/xmlio/exception.cpp
r229 r240 52 52 CException::~CException(void) 53 53 { 54 if ( desc_rethrow) throw (*this);54 if (this->desc_rethrow) throw (*this); 55 55 } 56 56
Note: See TracChangeset
for help on using the changeset viewer.