summaryrefslogtreecommitdiffstats
path: root/remote-processor
diff options
context:
space:
mode:
Diffstat (limited to 'remote-processor')
-rw-r--r--remote-processor/Message.h2
1 files changed, 2 insertions, 0 deletions
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 @@ protected:
// 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