Changeset 12786 for trunk/FACT++


Ignore:
Timestamp:
01/30/12 17:00:30 (13 years ago)
Author:
tbretz
Message:
Icreased compatibility with different boost versions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/LocalControl.h

    r11952 r12786  
    5151    LocalControl(const char *name) : T(name),
    5252        fStateMachine(0), lout(T::GetStreamIn()),
     53#if BOOST_VERSION < 104700
    5354        fName(boost::filesystem::path(name).filename())
     55#else
     56        fName(boost::filesystem::path(name).filename().string())
     57#endif
    5458    { }
    5559
Note: See TracChangeset for help on using the changeset viewer.