| 434 | ****************************************/ |
| 435 | #if defined _UNICODE |
| 436 | int CUT_FTPClient::ResumeReceiveFile(LPCWSTR sourceFile, LPCTSTR destFile){ |
| 437 | return ResumeReceiveFile(AC(sourceFile), destFile);} |
| 438 | #endif |
| 439 | int CUT_FTPClient::ResumeReceiveFile(LPCSTR sourceFile, LPCTSTR destFile){ |
| 440 | CUT_FileDataSource ds(destFile); |
nothing calls this directly
no test coverage detected