FACT++  1.0
ConnectionInterlock::ConnectionInterlock ( ba::io_service &  ioservice,
MessageImp imp 
)
inline

Definition at line 207 of file pwrctrl.cc.

207  : Connection(ioservice, imp()),
208  fIsValid(false), fIsVerbose(true), fDebugRx(false), fLastReport(Time::none), fKeepAlive(ioservice)
209  {
210  SetLogStream(&imp);
211  }
boost::asio::deadline_timer fKeepAlive
Definition: pwrctrl.cc:161
Do not initialize the time.
Definition: Time.h:51