Changeset 14489


Ignore:
Timestamp:
10/18/12 14:59:12 (12 years ago)
Author:
lyard
Message:
change format from empty to C in MESSAGE, STATE and STATE_LIST services
Location:
trunk/FACT++/src
Files:
2 edited

Legend:

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

    r14006 r14489  
    3535//
    3636MessageDimTX::MessageDimTX(const std::string &name, std::ostream &out)
    37     : DimDescribedService(name + "/MESSAGE", const_cast<char*>(""),
     37    : DimDescribedService(name + "/MESSAGE", const_cast<char*>("C"),
    3838                          "A general logging service providing a quality of service (severity)"
    3939                          "|Message[string]:The message"),
  • trunk/FACT++/src/StateMachineDim.cc

    r14019 r14489  
    6363StateMachineDim::StateMachineDim(ostream &out, const std::string &name)
    6464    : DimLog(out, name), DimStart(name, DimLog::fLog), StateMachineImp(out, name),
    65     fDescriptionStates(name+"/STATE_LIST", "",
     65    fDescriptionStates(name+"/STATE_LIST", "C",
    6666                       "Provides a list with descriptions for each service."
    6767                       "|StateList[string]:A \\n separated list of the form id:name=description"),
    68     fSrvState(name+"/STATE", "",
     68    fSrvState(name+"/STATE", "C",
    6969              "Provides the state of the state machine as quality of service."
    7070              "|Text[string]:A human readable string sent by the last state change.")
Note: See TracChangeset for help on using the changeset viewer.