FACT++  1.0
ChatClientImp::ChatClientImp ( std::ostream &  out,
std::ostream &  in 
)
inlineprotected

Definition at line 30 of file ChatClient.h.

References Time::fmt().

30  :
31  MessageImp(out),
32  DimErrorRedirecter(static_cast<MessageImp&>(*this)),
33  MessageDimRX("CHAT", static_cast<MessageImp&>(*this)),
34  lout(in)
35  {
36  Out() << Time::fmt("%H:%M:%S");
37  }
MessageDimRX(const std::string &name, MessageImp &imp)
Definition: MessageDim.cc:120
std::ostream & Out() const
Definition: MessageImp.h:73
static const _time_format fmt(const char *txt=0)
A stream manipulator to set the output/input format.
Definition: Time.cc:415
MessageImp(std::ostream &out=std::cout)
Definition: MessageImp.cc:39
std::ostream & lout
Definition: ChatClient.h:20
DimErrorRedirecter(MessageImp &imp)

+ Here is the call graph for this function: