Changeset 20019 for trunk/FACT++
- Timestamp:
- 12/28/20 17:26:49 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ConnectionUSB.cc
r19017 r20019 127 127 void ConnectionUSB::PostClose(int64_t delay) 128 128 { 129 #if BOOST_VERSION < 107000 129 130 get_io_service().post(boost::bind(&ConnectionUSB::CloseImp, this, delay)); 131 #else 132 ba::post(boost::bind(&ConnectionUSB::CloseImp, this, delay)); 133 #endif 130 134 } 131 135
Note:
See TracChangeset
for help on using the changeset viewer.