Changeset 156 in pacpusframework for branches/2.0-beta1/src/FileLib


Ignore:
Timestamp:
08/01/13 13:16:38 (11 years ago)
Author:
Marek Kurdej
Message:

Added: PacpusException.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/src/FileLib/src/DbiteException.cpp

    r89 r156  
    33// CECILL-C License, Version 1.0.
    44// %pacpus:license}
    5 /// @version    $Id: DbiteException.cpp 87 2013-03-27 15:38:14Z morasjul $
     5/// @author  Marek Kurdej <firstname.surname@utc.fr>
     6/// @version    $Id: DbiteException.cpp 116 2013-06-25 11:44:25Z kurdejma $
    67
    78#include <Pacpus/kernel/DbiteException.h>
     
    1011
    1112DbiteException::DbiteException(const std::string& what)
    12     : mWhat(what)
     13    : PacpusException(what)
    1314{
    1415}
     
    1718{
    1819}
    19 
    20 const char* DbiteException::what() const throw()
    21 {
    22     return mWhat.c_str();
    23 }
Note: See TracChangeset for help on using the changeset viewer.