Changeset 60 in pacpusframework for trunk/src/FileLib
- Timestamp:
- Jan 9, 2013, 12:38:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/FileLib/src/DbiteException.cpp
r31 r60 13 13 using namespace pacpus; 14 14 15 DbiteException::DbiteException() 16 { 17 } 18 19 DbiteException::DbiteException(const char * what) 15 DbiteException::DbiteException(const std::string& what) 20 16 : mWhat(what) 21 17 { … … 26 22 } 27 23 28 const char 24 const char* DbiteException::what() const throw() 29 25 { 30 26 return mWhat.c_str();
Note:
See TracChangeset
for help on using the changeset viewer.