FACT++  1.0
void ConnectionWeather::Request ( )
inlineprotected

Definition at line 289 of file tngweather.cc.

References HandleRequest().

290  {
291  PostRequest();
292 
293  fKeepAlive.expires_from_now(boost::posix_time::seconds(fInterval));
294  fKeepAlive.async_wait(boost::bind(&ConnectionWeather::HandleRequest,
295  this, dummy::error));
296  }
void HandleRequest(const bs::error_code &error)
ba::deadline_timer fKeepAlive

+ Here is the call graph for this function: