From 94dfc7c346135ea17eb4db53ab9b3c0ec739f82e Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 2 Dec 2015 14:00:19 +0100 Subject: [PATCH] Added note. --- src/services/abstract/serviceroot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/services/abstract/serviceroot.h b/src/services/abstract/serviceroot.h index 954df1a19..f178ad4da 100755 --- a/src/services/abstract/serviceroot.h +++ b/src/services/abstract/serviceroot.h @@ -64,6 +64,8 @@ class ServiceRoot : public RootItem { virtual void start() = 0; virtual void stop() = 0; + // Returns the UNIQUE code of the given service. + // NOTE: Keep in sync with ServiceEntryRoot::code(). virtual QString code() = 0; // This method should prepare messages for given "item" (download them maybe?)