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

Definition at line 343 of file tngweather.cc.

343  : Connection(ioservice, imp()),
344  fIsVerbose(true), fDust(-1),
346  fKeepAlive(ioservice)
347  {
348  SetLogStream(&imp);
349  }
ba::deadline_timer fKeepAlive
Do not initialize the time.
Definition: Time.h:51