summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Queued_Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Queued_Message.h')
-rw-r--r--TAO/tao/Asynch_Queued_Message.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Asynch_Queued_Message.h b/TAO/tao/Asynch_Queued_Message.h
index 4834cc2a7b4..62f29a5eb59 100644
--- a/TAO/tao/Asynch_Queued_Message.h
+++ b/TAO/tao/Asynch_Queued_Message.h
@@ -102,6 +102,11 @@ protected:
const ACE_Time_Value &abs_timeout,
ACE_Allocator *alloc,
bool is_heap_allocated);
+
+private:
+ void operator= (const TAO_Asynch_Queued_Message &);
+ TAO_Asynch_Queued_Message (const TAO_Asynch_Queued_Message &);
+
private:
/// The number of bytes in the buffer
size_t const size_;