Changeset 3041 for sample/pingpong/main.cpp
- Timestamp:
- Apr 23, 2009, 9:18:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/main.cpp
r2413 r3041 20 20 StartupWrapper::startup(&ping, true); 21 21 22 // this will run blocking until <enter> is hit 23 StartupWrapper::shutdown(); 22 // --> we will run blocking until <enter> is hit 23 24 StartupWrapper::shutdown(&ping); 24 25 return 0; 25 26 }
Note:
See TracChangeset
for help on using the changeset viewer.