summaryrefslogtreecommitdiffstats
path: root/parameter/ParameterMgrPlatformConnector.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/ParameterMgrPlatformConnector.h')
-rw-r--r--parameter/ParameterMgrPlatformConnector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/ParameterMgrPlatformConnector.h b/parameter/ParameterMgrPlatformConnector.h
index 7c271e1..01d8297 100644
--- a/parameter/ParameterMgrPlatformConnector.h
+++ b/parameter/ParameterMgrPlatformConnector.h
@@ -69,6 +69,8 @@ public:
CParameterHandle* createParameterHandle(const std::string& strPath, std::string& strError) const;
private:
+ CParameterMgrPlatformConnector(const CParameterMgrPlatformConnector&);
+ CParameterMgrPlatformConnector& operator=(const CParameterMgrPlatformConnector&);
// Private logging
void doLog(const std::string& strLog);