Changeset 14721 for trunk/FACT++/src
- Timestamp:
- 12/03/12 21:51:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/RemoteControl.h
r14674 r14721 70 70 StateMachineDimControl *fImp; 71 71 72 void SetSection(int s) { if (fImp) fImp-> Write(Time(), "",s); }72 void SetSection(int s) { if (fImp) fImp->ChangeState(s); } 73 73 74 74 int Write(const Time &time, const std::string &txt, int qos=MessageImp::kMessage)
Note:
See TracChangeset
for help on using the changeset viewer.