| 65 | |
| 66 | static int GetLastError(); |
| 67 | static AString GetLastErrorString(void) |
| 68 | { |
| 69 | return GetOSErrorString(GetLastError()); |
| 70 | } |
| 71 | |
| 72 | /// Creates a new socket of the specified address family |
| 73 | static cSocket CreateSocket(eFamily a_Family); |
nothing calls this directly
no test coverage detected