| 500 | return true; |
| 501 | } |
| 502 | virtual cTWAdminCmdLine::CmdLineArgs GetModeID() const |
| 503 | { |
| 504 | return cTWAdminCmdLine::MODE_CREATE_POLICY; |
| 505 | } |
| 506 | |
| 507 | private: |
| 508 | TSTRING mPlaintextPolicy; |
nothing calls this directly
no outgoing calls
no test coverage detected