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

Public Member Functions | |
| ConInd (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 established. | |
| virtual | ~ConInd () |
Private Attributes | |
| Connection * | sender |
Definition at line 39 of file ConInd.hpp.
| ConInd::ConInd | ( | Connection * | _sender | ) |
Definition at line 33 of file ConInd.cpp.
| ConInd::~ConInd | ( | ) | [virtual] |
Definition at line 37 of file ConInd.cpp.
| void ConInd::operator() | ( | ) | [virtual] |
Definition at line 40 of file ConInd.cpp.
Connection* simpletl::ConInd::sender [private] |
Definition at line 53 of file ConInd.hpp.
1.5.5