Changeset 86 in pacpusframework for trunk/src/FileLib


Ignore:
Timestamp:
03/27/13 14:17:43 (11 years ago)
Author:
morasjul
Message:

Corriger temporairement un bug de dependance entre FileLib et PacpusLib lie à DBTException

File:
1 edited

Legend:

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

    r76 r86  
    99using namespace pacpus;
    1010
    11 DbiteException::DbiteException(const std::string& what)
    12     : mWhat(what)
    13 {
    14 }
     11//DbiteException::DbiteException(const std::string& what)
     12//    : mWhat(what)
     13//{
     14//}
    1515
    16 DbiteException::~DbiteException() throw()
    17 {
    18 }
     16//DbiteException::~DbiteException() throw()
     17//{
     18//}
    1919
    20 const char* DbiteException::what() const throw()
    21 {
    22     return mWhat.c_str();
    23 }
     20//const char* DbiteException::what() const throw()
     21//{
     22//    return mWhat.c_str();
     23//}
Note: See TracChangeset for help on using the changeset viewer.