summaryrefslogtreecommitdiffstats
path: root/parameter/ComponentLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ComponentLibrary.h')
-rw-r--r--parameter/ComponentLibrary.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/parameter/ComponentLibrary.h b/parameter/ComponentLibrary.h
index f1445c3..572b062 100644
--- a/parameter/ComponentLibrary.h
+++ b/parameter/ComponentLibrary.h
@@ -40,14 +40,12 @@ class CComponentType;
class CComponentLibrary : public CElement
{
public:
- CComponentLibrary();
-
- const CComponentType* getComponentType(const std::string& strName) const;
+ const CComponentType *getComponentType(const std::string &strName) const;
virtual std::string getKind() const;
// From IXmlSink
- virtual bool fromXml(const CXmlElement& xmlElement, CXmlSerializingContext& serializingContext);
+ virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
private:
virtual bool childrenAreDynamic() const;