Changeset 4483 for sample/pingpong/main.cpp
- Timestamp:
- Jun 25, 2009, 11:06:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/main.cpp
r4462 r4483 14 14 15 15 StartupWrapper::initConfig( config ); 16 StartupWrapper:: initSystem();16 StartupWrapper::startSystem(); 17 17 18 18 // this will do the main functionality and block … … 23 23 24 24 StartupWrapper::shutdown(&ping); 25 StartupWrapper::stopSystem(); 26 25 27 return 0; 26 28 }
Note:
See TracChangeset
for help on using the changeset viewer.