| 3 | const CString DeletedPathBackup(L"SOFTWARE\\ScorpioSoftware\\RegExp\\__Deleted__\\"); |
| 4 | |
| 5 | struct AppCommand abstract { |
| 6 | explicit AppCommand(const CString& name) : _cmdname(name) {} |
| 7 | |
| 8 | virtual CString GetCommandName() const { |
nothing calls this directly
no outgoing calls
no test coverage detected