Commands
- Eliminated the Command::implements method. - Implemented CmdCustom to handle all custom reports. - Implemented CmdTags.
This commit is contained in:
@@ -46,7 +46,6 @@ public:
|
||||
std::string description () const;
|
||||
bool read_only () const;
|
||||
bool displays_id () const;
|
||||
virtual bool implements (const std::string&) = 0;
|
||||
virtual int execute (const std::string&, std::string&) = 0;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user