diff options
Diffstat (limited to 'parameter/ConfigurableElement.h')
-rw-r--r-- | parameter/ConfigurableElement.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/parameter/ConfigurableElement.h b/parameter/ConfigurableElement.h index 1f5498c..61a8bda 100644 --- a/parameter/ConfigurableElement.h +++ b/parameter/ConfigurableElement.h @@ -79,6 +79,9 @@ public: // Elements with no domains void listRogueElements(string& strResult) const; + // Belonging to no domains + bool isRogue() const; + // Footprint as string string getFootprintAsString() const; |