Changeset 10393
- Timestamp:
- 04/18/11 14:58:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/MessageImp.h
r10383 r10393 28 28 MessageImp(std::ostream &out=std::cout); 29 29 30 virtual void IndicateStateChange(const Time & time, const std::string &server) { }30 virtual void IndicateStateChange(const Time &, const std::string &) { } 31 31 void StateChanged(const Time &time, const std::string &server, const std::string &msg, int state); 32 32 virtual int Write(const Time &time, const std::string &txt, int qos=kInfo); … … 63 63 64 64 #endif 65 66 // *************************************************************************** 67 /** @fn MessageImp::IndicateStateChange(const Time &time, const std::string &server) 68 69 This function is called to indicate a state change by StateChanged() to 70 derived 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.