summaryrefslogtreecommitdiffstats
path: root/parameter/SystemClass.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SystemClass.h')
-rw-r--r--parameter/SystemClass.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parameter/SystemClass.h b/parameter/SystemClass.h
index 5cb86e4..a522a33 100644
--- a/parameter/SystemClass.h
+++ b/parameter/SystemClass.h
@@ -41,6 +41,9 @@ public:
// Subsystem factory
const CSubsystemLibrary* getSubsystemLibrary() const;
+ // Fill syncer-set with syncers from subsytems that need resync
+ void checkForSubsystemsToResync(CSyncerSet& syncerSet);
+
// base
virtual bool init(string& strError);
virtual string getKind() const;