Changeset 60 in pacpusframework for trunk/src


Ignore:
Timestamp:
01/09/13 12:38:31 (11 years ago)
Author:
sgosseli
Message:

Write the documentation of DbiteException.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/FileLib/src/DbiteException.cpp

    r31 r60  
    1313using namespace pacpus;
    1414
    15 DbiteException::DbiteException()
    16 {
    17 }
    18 
    19 DbiteException::DbiteException(const char * what)
     15DbiteException::DbiteException(const std::string& what)
    2016    : mWhat(what)
    2117{
     
    2622}
    2723
    28 const char * DbiteException::what() const throw()
     24const char* DbiteException::what() const throw()
    2925{
    3026    return mWhat.c_str();
Note: See TracChangeset for help on using the changeset viewer.