summaryrefslogtreecommitdiff
path: root/TAO/tao/Synch_Queued_Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Synch_Queued_Message.h')
-rw-r--r--TAO/tao/Synch_Queued_Message.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Synch_Queued_Message.h b/TAO/tao/Synch_Queued_Message.h
index 2a8c638abf7..b9f4c315971 100644
--- a/TAO/tao/Synch_Queued_Message.h
+++ b/TAO/tao/Synch_Queued_Message.h
@@ -47,8 +47,13 @@ public:
/// Constructor
/**
* @param contents The message block chain that must be sent.
+ *
+ * @param alloc The allocator that is used to allocate objects of
+ * this type.
*/
- TAO_Synch_Queued_Message (const ACE_Message_Block *contents);
+ TAO_Synch_Queued_Message (const ACE_Message_Block *contents;
+
+
/// Destructor
virtual ~TAO_Synch_Queued_Message (void);