#include <FwdSocket.h>
Collaboration diagram for FwdSocket:
Public Member Functions | |
FwdSocket (SocketHandler &) | |
~FwdSocket () | |
void | OnLine (const std::string &) |
void | OnDelete () |
void | SetRemote (SMTPSocket *p) |
Private Attributes | |
SMTPSocket * | m_remote |
|
Definition at line 52 of file FwdSocket.cpp. References FwdSocket(). Referenced by FwdSocket().
|
|
Definition at line 60 of file FwdSocket.cpp. References m_remote.
|
|
Definition at line 94 of file FwdSocket.cpp. References m_remote.
|
|
Definition at line 69 of file FwdSocket.cpp. References m_remote, and OnLine(). Referenced by OnLine().
|
|
Definition at line 37 of file FwdSocket.h. References m_remote, and SetRemote(). Referenced by SetRemote().
|
|
Definition at line 40 of file FwdSocket.h. Referenced by OnDelete(), OnLine(), SetRemote(), and ~FwdSocket(). |
|
|