Changeset 87 in pacpusframework for trunk/include/Pacpus/kernel/DbiteException.h


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

Correction du bug de link entre PacpusLib et FileLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/DbiteException.h

    r86 r87  
    3232     * @param what Information about the exception.
    3333     */
    34     DbiteException(const std::string& what)
    35         : mWhat(what)
    36     {
    37     }
     34    DbiteException(const std::string& what);
    3835
    3936    /** Dtor of DbiteException. */
    40     virtual ~DbiteException() throw()
    41     {
    42     }
     37    virtual ~DbiteException() throw();
     38
    4339
    4440    /** Get more information about the error.
    4541     * @return Message containing information about the error.
    4642     */
    47     virtual const char* what() const throw()
    48     {
    49         return mWhat.c_str();
    50     }
     43    virtual const char* what() const throw();
     44
    5145
    5246private:
Note: See TracChangeset for help on using the changeset viewer.