| 916 | ****************************************************/ |
| 917 | #if defined _UNICODE |
| 918 | int CUT_WSClient::SendAsLine(LPCWSTR data, int len,int lineLen){ |
| 919 | return SendAsLine(AC(data), len, lineLen);} |
| 920 | #endif |
| 921 | int CUT_WSClient::SendAsLine(LPCSTR data, int len,int lineLen){ |
| 922 |
nothing calls this directly
no outgoing calls
no test coverage detected