summaryrefslogtreecommitdiff
path: root/include/ctables.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2015-12-02 13:30:24 +0100
committerAttila Molnar <attilamolnar@hush.com>2015-12-02 13:30:24 +0100
commit860f5cbf1ea159d7d1c3fce2364747a822c50461 (patch)
treecc4f7e8bb3efc944b8ce101c5db46162b31f2834 /include/ctables.h
parent44b5a8fa89d8c2bda767c0d5fe77c4d31061ce2b (diff)
parent90ab8cf4258a25e8403465ed86296fc74405620d (diff)
Merge branch 'master+serviceinit'
Diffstat (limited to 'include/ctables.h')
-rw-r--r--include/ctables.h4
1 files changed, 4 insertions, 0 deletions
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<std::string>& parameters, User* user) = 0;
+ /** Register this object in the CommandParser
+ */
+ void RegisterService() CXX11_OVERRIDE;
+
/** Destructor
* Removes this command from the command parser
*/