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


Ignore:
Timestamp:
03/20/14 11:59:05 (10 years ago)
Author:
Marek Kurdej
Message:

Major: DbiteException uses boost::exception.

File:
1 edited

Legend:

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

    r156 r280  
    1818#include <Pacpus/kernel/PacpusException.h>
    1919
     20#include <ios>
    2021#include <string>
    2122
     
    2930    /// Ctor.
    3031    /// @param what Information about the exception.
    31     DbiteException(const std::string & what);
     32    DbiteException(std::string const& what = "");
    3233
    3334    /// Dtor.
     
    3536};
    3637
     38typedef boost::error_info<struct tag_errinfo_ios_base_open_mode, std::ios_base::openmode> errinfo_ios_base_open_mode;
     39
    3740} // namespace pacpus
    3841
Note: See TracChangeset for help on using the changeset viewer.