| 1890 | ****************************************************/ |
| 1891 | #if defined _UNICODE |
| 1892 | int CUT_WSClient::IsIPAddress(LPCWSTR address) const { |
| 1893 | return IsIPAddress(AC(address));} |
| 1894 | #endif |
| 1895 | int CUT_WSClient::IsIPAddress(LPCSTR address) const |
| 1896 | { |
nothing calls this directly
no outgoing calls
no test coverage detected