Changeset 186 in flair-src for trunk/lib/FlairCore/src/FrameworkManager_impl.cpp
- Timestamp:
- 06/23/17 17:33:03 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/FrameworkManager_impl.cpp
r137 r186 239 239 gcs_watchdog = new Watchdog( 240 240 this, std::bind(&FrameworkManager_impl::ConnectionLost, this), 241 (Time)1000000000);241 watchdogTimeout); 242 242 gcs_watchdog->Start(); 243 243 }
Note:
See TracChangeset
for help on using the changeset viewer.