FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionDrive::KeepAlive
(
)
inline
protected
Definition at line
550
of file
cosyctrl.cc
.
References
HandleKeepAlive()
.
551
{
552
PostMessage
(
string
(
"KEEP_ALIVE"
));
553
554
fKeepAlive
.expires_from_now(boost::posix_time::seconds(10));
555
fKeepAlive
.async_wait(boost::bind(&
ConnectionDrive::HandleKeepAlive
,
556
this
, dummy::error));
557
}
Connection::PostMessage
void PostMessage(const void *msg, size_t s=0)
ConnectionDrive::fKeepAlive
boost::asio::deadline_timer fKeepAlive
Definition:
cosyctrl.cc:548
ConnectionDrive::HandleKeepAlive
void HandleKeepAlive(const bs::error_code &error)
Definition:
cosyctrl.cc:559
Here is the call graph for this function:
ConnectionDrive
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11