| 1117 | #ifdef CUT_UDP_SOCKET |
| 1118 | #if defined _UNICODE |
| 1119 | int CUT_WSClient::SendTo(LPCWSTR data,int &dataLen){ |
| 1120 | return SendTo(AC(data), dataLen);} |
| 1121 | #endif |
| 1122 | int CUT_WSClient::SendTo(LPCSTR data,int &dataLen){ |
| 1123 |
nothing calls this directly
no outgoing calls
no test coverage detected