----------------------------------------------------------------------------- Get human-friendly name of AV command -----------------------------------------------------------------------------
| 48 | // Get human-friendly name of AV command |
| 49 | //----------------------------------------------------------------------------- |
| 50 | string SimpleAVCommandItem::GetName() |
| 51 | { |
| 52 | return m_name; |
| 53 | } |
| 54 | |
| 55 | //----------------------------------------------------------------------------- |
| 56 | // <SimpleAVCommand::GetDescription> |
nothing calls this directly
no outgoing calls
no test coverage detected