Ignore:
Timestamp:
04/28/11 14:02:00 (12 years ago)
Author:
tbretz
Message:
Exchanged the order of the STATE and the STATE_LIST for logical reasons.
File:
1 edited

Legend:

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

    r10476 r10484  
    6868StateMachineDim::StateMachineDim(ostream &out, const std::string &name)
    6969    : StateMachine(out, name), DimStart(name, *this), fLog(name, out),
     70    fDescriptionStates((name+"/STATE_LIST").c_str(), const_cast<char*>(""),
     71                       "Provides a list with descriptions for each service."
     72                       "|StateList[string]:A \\n separated list of the form id:name=description"),
    7073    fSrvState((name+"/STATE").c_str(), const_cast<char*>(""),
    7174              "Provides the state of the state machine as quality of service."
    72               "|Text[string]:A human readable string sent by the last state change."),
     75              "|Text[string]:A human readable string sent by the last state change.")
    7376    //    fSrvVersion((name+"/VERSION").c_str(), const_cast<int&>(fVersion)),
    74     fDescriptionStates((name+"/STATE_LIST").c_str(), const_cast<char*>(""),
    75                        "Provides a list with descriptions for each service."
    76                        "|StateList[string]:A \\n separated list of the form id:name=description")
    7777{
    7878    // WARNING: This exit handler is GLOBAL!
Note: See TracChangeset for help on using the changeset viewer.