Ignore:
Timestamp:
04/28/11 11:07:25 (14 years ago)
Author:
tbretz
Message:
Changed the services to described services.
File:
1 edited

Legend:

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

    r10439 r10476  
    3535//
    3636MessageDimTX::MessageDimTX(const std::string &name, std::ostream &out)
    37 : DimService((name + "/MESSAGE").c_str(), const_cast<char*>("")),
     37    : DimDescribedService((name + "/MESSAGE").c_str(), const_cast<char*>(""),
     38                          "A general logging service providing a quality of service (severity)"
     39                          "|Message[string]:The message"),
    3840MessageImp(out), fDebug(false)
    3941{
Note: See TracChangeset for help on using the changeset viewer.