FACT++  1.0
int ChatClientImp::Write ( const Time t,
const string &  txt,
int   
)
inlineprotectedvirtual

Output stream for local synchrounous output.

Reimplemented from MessageImp.

Definition at line 22 of file ChatClient.h.

23  {
24  Out() << t << ": " << txt.substr(6) << endl;
25  return 0;
26  }
std::ostream & Out() const
Definition: MessageImp.h:73