#include <network.h>
Public Member Functions | |
SocketHelper () | |
Constructor, initializes networking subsystem. | |
~SocketHelper () | |
Destructor, deinitializes networking subsystem. | |
Static Public Member Functions | |
static TCPIPAddress | resolve (const std::string &name, UInt16 defPort) |
Resolve a name. | |
Private Attributes | |
void(* | oldHandler )(int) |
Handler that catchs SIGPIPE signal. |