PFW: KlocWork Severe issues fix on Parameter Framework

BZ: 46220

Added dummy copy constructors

Change-Id: I2b79900a5d0d9173084aa89d77cc90fef1f94f14
Orig-Change-Id: I040e4d2fd8d77ac04bf2fb78a190a39aadd0b0f3
Signed-off-by: JhinX Lee <jhinx.lee@intel.com>
Reviewed-on: http://android.intel.com:8080/60268
Reviewed-by: Mendi, EduardoX <eduardox.mendi@intel.com>
Tested-by: Mendi, EduardoX <eduardox.mendi@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
diff --git a/parameter/SystemClass.h b/parameter/SystemClass.h
index ea47a52..9dbbf92 100644
--- a/parameter/SystemClass.h
+++ b/parameter/SystemClass.h
@@ -46,6 +46,8 @@
     virtual string getKind() const;
 
 private:
+    CSystemClass(const CSystemClass&);
+    CSystemClass& operator=(const CSystemClass&);
     // base
     virtual bool childrenAreDynamic() const;