aboutsummaryrefslogtreecommitdiffstats
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 9dbbf92..5cb86e4 100644
--- a/parameter/SystemClass.h
+++ b/parameter/SystemClass.h
@@ -45,6 +45,9 @@ public:
virtual bool init(string& strError);
virtual string getKind() const;
+ // From IXmlSource
+ virtual void toXml(CXmlElement& xmlElement, CXmlSerializingContext& serializingContext) const;
+
private:
CSystemClass(const CSystemClass&);
CSystemClass& operator=(const CSystemClass&);