Changeset 11402 for trunk/FACT++/src/MessageImp.h
- Timestamp:
- 07/14/11 09:00:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/MessageImp.h
r11247 r11402 31 31 virtual void IndicateStateChange(const Time &, const std::string &) { } 32 32 void StateChanged(const Time &time, const std::string &server, const std::string &msg, int state); 33 virtual int Write(const Time &time, const std::string &txt, int qos=k Info);33 virtual int Write(const Time &time, const std::string &txt, int qos=kMessage); 34 34 35 int Update(const std::string &txt, int severity=k Info);36 int Update(const char *txt, int severity=k Info) { return Update(std::string(txt), severity); }37 int Update(const std::ostringstream &str, int severity=k Info) { return Update(str.str(), severity); }35 int Update(const std::string &txt, int severity=kMessage); 36 int Update(const char *txt, int severity=kMessage) { return Update(std::string(txt), severity); } 37 int Update(const std::ostringstream &str, int severity=kMessage) { return Update(str.str(), severity); } 38 38 // int Update(int qos, const char *fmt, ...); 39 39
Note:
See TracChangeset
for help on using the changeset viewer.