Changeset 11518 for trunk/FACT++/src
- Timestamp:
- 07/21/11 13:28:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimWriteStatistics.h
r11418 r11518 2 2 #define FACT_DimWriteStatistics 3 3 4 #include <set> 5 #include <string> 6 7 // Keep these two together! Otheriwse it won't compile 8 #include <boost/bind.hpp> 9 #if BOOST_VERSION < 104400 10 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4)) 11 #undef BOOST_HAS_RVALUE_REFS 12 #endif 13 #endif 14 #include <boost/thread.hpp> 15 4 16 #include "MessageImp.h" 5 17 #include "DimDescriptionService.h" 6 7 #include <boost/thread.hpp>8 9 #include <string>10 #include <set>11 18 12 19 class DimWriteStatistics … … 56 63 ///Constructor 57 64 DimWriteStatistics(const std::string& serverName, MessageImp &log); 65 58 66 ///Default destructor 59 67 ~DimWriteStatistics();
Note:
See TracChangeset
for help on using the changeset viewer.