| 1245 | return true; |
| 1246 | } |
| 1247 | virtual cTWAdminCmdLine::CmdLineArgs GetModeID() const |
| 1248 | { |
| 1249 | return cTWAdminCmdLine::MODE_REMOVE_ENCRYPTION; |
| 1250 | } |
| 1251 | |
| 1252 | private: |
| 1253 | std::list<TSTRING> mFileList; |
nothing calls this directly
no outgoing calls
no test coverage detected