summaryrefslogtreecommitdiffstats
path: root/parameter/SelectionCriteria.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SelectionCriteria.h')
-rw-r--r--parameter/SelectionCriteria.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/parameter/SelectionCriteria.h b/parameter/SelectionCriteria.h
index 19cfcdc..dd274d0 100644
--- a/parameter/SelectionCriteria.h
+++ b/parameter/SelectionCriteria.h
@@ -1,4 +1,4 @@
-/*
+/*
* INTEL CONFIDENTIAL
* Copyright © 2011 Intel
* Corporation All Rights Reserved.
@@ -55,6 +55,9 @@ public:
// Base
virtual string getKind() const;
+
+ // Reset the modified status of the children
+ void resetModifiedStatus();
private:
// Children access
CSelectionCriterionLibrary* getSelectionCriterionLibrary();