Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3222 in orxonox.OLD for orxonox/trunk/src/world.cc


Ignore:
Timestamp:
Dec 19, 2004, 11:04:22 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk: Error → ErrorMessage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world.cc

    r3221 r3222  
    7575    \brief initialize the world before use.
    7676*/
    77 Error World::init()
     77ErrorMessage World::init()
    7878{
    7979  this->bPause = false;
     
    8383}
    8484
    85 Error World::start()
     85ErrorMessage World::start()
    8686{
    8787  printf("World::start() - starting current World: nr %i\n", this->debugWorldNr);
     
    9191}
    9292
    93 Error World::stop()
     93ErrorMessage World::stop()
    9494{
    9595  printf("World::stop() - got stop signal\n");
     
    9797}
    9898
    99 Error World::pause()
     99ErrorMessage World::pause()
    100100{
    101101  this->isPaused = true;
    102102}
    103103
    104 Error World::resume()
     104ErrorMessage World::resume()
    105105{
    106106  this->isPaused = false;
Note: See TracChangeset for help on using the changeset viewer.