| 263 | return true; |
| 264 | } |
| 265 | virtual cTWAdminCmdLine::CmdLineArgs GetModeID() const |
| 266 | { |
| 267 | return cTWAdminCmdLine::MODE_CREATE_CONFIG; |
| 268 | } |
| 269 | |
| 270 | private: |
| 271 | TSTRING mPlaintextConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected