Changeset 10368
- Timestamp:
- 04/15/11 22:54:35 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachine.h
r10183 r10368 6 6 class StateMachine : public StateMachineImp 7 7 { 8 private:9 /// Redirect our own logging to the console10 /// int Write(const Time &t, const char *txt, int qos=kInfo);11 12 8 protected: 13 9 EventImp *CreateEvent(int targetstate, const char *name, const char *fmt);
Note:
See TracChangeset
for help on using the changeset viewer.