Changeset 10393


Ignore:
Timestamp:
04/18/11 14:58:16 (14 years ago)
Author:
tbretz
Message:
Added descriptions for the virtual function.
File:
1 edited

Legend:

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

    r10383 r10393  
    2828    MessageImp(std::ostream &out=std::cout);
    2929
    30     virtual void IndicateStateChange(const Time &time, const std::string &server) { }
     30    virtual void IndicateStateChange(const Time &, const std::string &) { }
    3131    void StateChanged(const Time &time, const std::string &server, const std::string &msg, int state);
    3232    virtual int Write(const Time &time, const std::string &txt, int qos=kInfo);
     
    6363
    6464#endif
     65
     66// ***************************************************************************
     67/** @fn MessageImp::IndicateStateChange(const Time &time, const std::string &server)
     68
     69This function is called to indicate a state change by StateChanged() to
     70derived classes.
     71
     72@param time
     73   Time at which the state change happened
     74
     75@param server
     76   Server which emitted the state change
     77
     78**/
     79// ***************************************************************************
Note: See TracChangeset for help on using the changeset viewer.