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/remote-processor/Message.h b/remote-processor/Message.h
index 9bf702d..d3aaca8 100644
--- a/remote-processor/Message.h
+++ b/remote-processor/Message.h
@@ -53,6 +53,8 @@
     // Remaining data size
     uint32_t getRemainingDataSize() const;
 private:
+    CMessage(const CMessage&);
+    CMessage& operator=(const CMessage&);
     // Data allocation
     void allocateData(uint32_t uiDataSize);
     // Fill data to send