Changeset 10612 for trunk/FACT++
- Timestamp:
- 05/06/11 10:07:25 (14 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/dataLogger.cc
r10611 r10612 70 70 71 71 #include <boost/bind.hpp> 72 #if BOOST_VERSION <144072 #if BOOST_VERSION < 104400 73 73 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4)) 74 74 #undef BOOST_HAS_RVALUE_REFS -
trunk/FACT++/src/dclient5.cc
r10610 r10612 1 1 #include <boost/bind.hpp> 2 #if BOOST_VERSION <14402 #if BOOST_VERSION < 104400 3 3 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4)) 4 4 #undef BOOST_HAS_RVALUE_REFS -
trunk/FACT++/src/ftmctrl.cc
r10610 r10612 1 1 #include <boost/bind.hpp> 2 2 #include <boost/array.hpp> 3 #if BOOST_VERSION <14403 #if BOOST_VERSION < 104400 4 4 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4)) 5 5 #undef BOOST_HAS_RVALUE_REFS -
trunk/FACT++/src/scheduler.cc
r10610 r10612 1 1 #include <boost/bind.hpp> 2 #if BOOST_VERSION <14402 #if BOOST_VERSION < 104400 3 3 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4)) 4 4 #undef BOOST_HAS_RVALUE_REFS
Note:
See TracChangeset
for help on using the changeset viewer.