Changeset 87 in pacpusframework for trunk/src/FileLib


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

Correction du bug de link entre PacpusLib et FileLib

Location:
trunk/src/FileLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/FileLib/CMakeLists.txt

    r64 r87  
    4444target_link_libraries(
    4545    ${PROJECT_NAME}
    46     PacpusLib
    4746)
    4847
  • trunk/src/FileLib/src/DbiteException.cpp

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