aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/TypeElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/TypeElement.h')
-rw-r--r--parameter/TypeElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/TypeElement.h b/parameter/TypeElement.h
index b3ab50c..e8855c6 100644
--- a/parameter/TypeElement.h
+++ b/parameter/TypeElement.h
@@ -58,6 +58,8 @@ protected:
// Object creation
virtual void populate(CElement* pElement) const;
private:
+ CTypeElement(const CTypeElement&);
+ CTypeElement& operator=(const CTypeElement&);
// Actual instance creation
virtual CInstanceConfigurableElement* doInstantiate() const = 0;