| 1267 | ****************************************/ |
| 1268 | #if defined _UNICODE |
| 1269 | int CUT_FTPClient::ChmodFile(LPCWSTR sourceFile,LPCWSTR permissions){ |
| 1270 | return ChmodFile(AC(sourceFile), AC(permissions));} |
| 1271 | #endif |
| 1272 | int CUT_FTPClient::ChmodFile(LPCSTR sourceFile,LPCSTR permissions){ |
| 1273 |
nothing calls this directly
no outgoing calls
no test coverage detected