Changeset 10510 for trunk/FACT++/src/StateMachineDim.h
- Timestamp:
- 05/02/11 19:04:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDim.h
r10484 r10510 20 20 DimStart(const std::string &name, MessageImp &imp) : DimErrorRedirecter(imp) 21 21 { 22 DimServer::addErrorHandler(this);23 22 DimServer::start(name.c_str()); 24 23 } 25 ~DimStart() { DimServer::stop(); } 24 ~DimStart() 25 { 26 DimServer::stop(); 27 } 26 28 }; 27 29 28 class StateMachineDim : public DimCommandHandler, public DimExitHandler, publicStateMachine, public DimStart30 class StateMachineDim : public DimCommandHandler, public StateMachine, public DimStart 29 31 { 30 32 private:
Note:
See TracChangeset
for help on using the changeset viewer.