Changeset 14721 for trunk/FACT++/src


Ignore:
Timestamp:
12/03/12 21:51:49 (12 years ago)
Author:
tbretz
Message:
Replaced to workaround using Write by ChangeState. fImp now derives directly from StateMachineDimControl
File:
1 edited

Legend:

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

    r14674 r14721  
    7070    StateMachineDimControl *fImp;
    7171
    72     void SetSection(int s) { if (fImp) fImp->Write(Time(), "", s); }
     72    void SetSection(int s) { if (fImp) fImp->ChangeState(s); }
    7373
    7474    int Write(const Time &time, const std::string &txt, int qos=MessageImp::kMessage)
Note: See TracChangeset for help on using the changeset viewer.