----------------------------------------------------------------------------- Get version of AV simple command class of command -----------------------------------------------------------------------------
| 39 | // Get version of AV simple command class of command |
| 40 | //----------------------------------------------------------------------------- |
| 41 | uint16 SimpleAVCommandItem::GetVersion() |
| 42 | { |
| 43 | return m_version; |
| 44 | } |
| 45 | |
| 46 | //----------------------------------------------------------------------------- |
| 47 | // <SimpleAVCommand::GetName> |