Changeset 4483 for sample/pingpong


Ignore:
Timestamp:
Jun 25, 2009, 11:06:52 AM (15 years ago)
Author:
Christoph Mayer
Message:

-StartupWrapper bisschen umgeschrieben, erste Schritte für sauberes runterfahren

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/main.cpp

    r4462 r4483  
    1414
    1515        StartupWrapper::initConfig( config );
    16         StartupWrapper::initSystem();
     16        StartupWrapper::startSystem();
    1717
    1818        // this will do the main functionality and block
     
    2323
    2424        StartupWrapper::shutdown(&ping);
     25        StartupWrapper::stopSystem();
     26
    2527        return 0;
    2628}
Note: See TracChangeset for help on using the changeset viewer.