From 42de16029da37f08ce1827352aa78b4b29d888cb Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 23 Nov 2015 12:50:35 +0100 Subject: Implement Command::RegisterService() --- include/ctables.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/ctables.h b/include/ctables.h index abf65f561..bc4226ea9 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -218,6 +218,10 @@ class CoreExport Command : public CommandBase */ virtual CmdResult Handle(const std::vector& parameters, User* user) = 0; + /** Register this object in the CommandParser + */ + void RegisterService() CXX11_OVERRIDE; + /** Destructor * Removes this command from the command parser */ -- cgit v1.2.3