#include <SocketInterface.hpp>
Public Member Functions | |
virtual int | getOldSocket () const =0 |
Get the socket (what it was before disconnect). | |
virtual int | getSocket () const =0 |
Get the socket. | |
SocketInterface () | |
Default Constructor. | |
virtual | ~SocketInterface () |
Destructor. |
This is an interface for classes wishing to receive socket events
Definition at line 59 of file SocketInterface.hpp.