| 299 | ****************************************/ |
| 300 | #if defined _UNICODE |
| 301 | int CUT_FTPClient::ReceiveFile(LPCWSTR sourceFile, LPCTSTR destFile){ |
| 302 | return ReceiveFile(AC(sourceFile), destFile);} |
| 303 | #endif |
| 304 | int CUT_FTPClient::ReceiveFile(LPCSTR sourceFile, LPCTSTR destFile){ |
| 305 | CUT_FileDataSource ds(destFile); |
nothing calls this directly
no test coverage detected