- Timestamp:
- Mar 24, 2014, 5:06:18 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/DbiteException.h
r280 r283 33 33 34 34 /// Dtor. 35 virtual ~DbiteException() throw();35 virtual ~DbiteException(); 36 36 }; 37 37 -
trunk/src/FileLib/src/DbiteException.cpp
r280 r283 15 15 } 16 16 17 DbiteException::~DbiteException() throw()17 DbiteException::~DbiteException() 18 18 { 19 19 }
Note:
See TracChangeset
for help on using the changeset viewer.