Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: Error → ErrorMessage

File:
1 edited

Legend:

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

    r3221 r3222  
    3535    this shifts the initialisation work before the execution - very important...
    3636*/
    37 Error StoryEntity::init()
     37ErrorMessage StoryEntity::init()
    3838{}
    3939
     
    9393    storyID.
    9494*/
    95 Error StoryEntity::start(int storyID)
     95ErrorMessage StoryEntity::start(int storyID)
    9696{}
    9797
     
    101101    \returns error code if this action has caused a error   
    102102*/
    103 Error StoryEntity::start()
     103ErrorMessage StoryEntity::start()
    104104{}
    105105
     
    115115    hehehe, all seen... :)
    116116*/
    117 Error StoryEntity::stop()
     117ErrorMessage StoryEntity::stop()
    118118{}
    119119
     
    125125    this pauses the current entity or passes this call forth to the running entity.
    126126*/
    127 Error StoryEntity::pause()
     127ErrorMessage StoryEntity::pause()
    128128{}
    129129
     
    135135    this resumess the current entity or passes this call forth to the running entity.
    136136*/
    137 Error StoryEntity::resume()
     137ErrorMessage StoryEntity::resume()
    138138{}
    139139
Note: See TracChangeset for help on using the changeset viewer.