Changeset 284 in pacpusframework for trunk/include/Pacpus
- Timestamp:
- Mar 25, 2014, 11:09:04 AM (11 years ago)
- Location:
- trunk/include/Pacpus/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/DbiteException.h
r283 r284 33 33 34 34 /// Dtor. 35 virtual ~DbiteException() ;35 virtual ~DbiteException() throw(); 36 36 }; 37 37 -
trunk/include/Pacpus/kernel/PacpusException.h
r280 r284 19 19 #include <boost/exception/exception.hpp> 20 20 #include <boost/exception/error_info.hpp> 21 #include < exception>21 #include <stdexcept> 22 22 #include <string> 23 23 … … 41 41 42 42 /// Dtor. 43 virtual ~PacpusException() ;43 virtual ~PacpusException() throw(); 44 44 }; 45 45
Note:
See TracChangeset
for help on using the changeset viewer.