Changeset 11262


Ignore:
Timestamp:
07/06/11 13:49:41 (13 years ago)
Author:
tbretz
Message:
Made SetCurrentState a protected functioj so that derives state machines can call it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineDim.h

    r11063 r11262  
    6969    int Write(const Time &time, const std::string &txt, int qos);
    7070
     71    EventImp *CreateEvent(int targetstate, const char *name, const char *fmt);
     72
     73protected:
    7174    /// This is an internal function to do some action in case of
    7275    /// a state change, like updating the corresponding service.
    7376    std::string SetCurrentState(int state, const char *txt="", const std::string &cmd="");
    74 
    75     EventImp *CreateEvent(int targetstate, const char *name, const char *fmt);
    7677
    7778public:
Note: See TracChangeset for help on using the changeset viewer.