![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <events/DisconInd.hpp>

Public Member Functions | |
| DisconInd (Connection *) | |
| virtual void | operator() () |
| When executed by the event scheduler this method tells the ConnectionHandler of the sender and receiver that the connection has been released. | |
| virtual | ~DisconInd () |
Private Attributes | |
| Connection * | sender |
Definition at line 39 of file DisconInd.hpp.
| DisconInd::DisconInd | ( | Connection * | _sender | ) |
Definition at line 34 of file DisconInd.cpp.
| DisconInd::~DisconInd | ( | ) | [virtual] |
Definition at line 38 of file DisconInd.cpp.
| void DisconInd::operator() | ( | ) | [virtual] |
Definition at line 41 of file DisconInd.cpp.
Connection* simpletl::DisconInd::sender [private] |
Definition at line 53 of file DisconInd.hpp.
1.5.5