| 14 | } |
| 15 | |
| 16 | const wchar_t* SaveVariablesToFileCommandClass::GetUICategory() const |
| 17 | { |
| 18 | return CATEGORY_DEVELOPMENT; |
| 19 | } |
| 20 | |
| 21 | const wchar_t* SaveVariablesToFileCommandClass::GetUIDescription() const |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected