#include <WindowsSocket.h>
Public Member Functions | |
void | init (char *server_hostname) |
int | read () |
unsigned long | time () |
WindowsSocket () | |
void | write (const unsigned char *data, int length) |
Private Attributes | |
WindowsSocketImpl * | impl |
Definition at line 34 of file WindowsSocket.h.
Definition at line 201 of file WindowsSocket.cpp.
void WindowsSocket::init | ( | char * | server_hostname | ) |
Definition at line 206 of file WindowsSocket.cpp.
int WindowsSocket::read | ( | ) |
Definition at line 211 of file WindowsSocket.cpp.
unsigned long WindowsSocket::time | ( | ) |
Definition at line 221 of file WindowsSocket.cpp.
void WindowsSocket::write | ( | const unsigned char * | data, |
int | length | ||
) |
Definition at line 216 of file WindowsSocket.cpp.
WindowsSocketImpl* WindowsSocket::impl [private] |
Definition at line 48 of file WindowsSocket.h.