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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Asynch_Queued_Message.h b/TAO/tao/Asynch_Queued_Message.h
index 3840a4c8535..2f3c9af95db 100644
--- a/TAO/tao/Asynch_Queued_Message.h
+++ b/TAO/tao/Asynch_Queued_Message.h
@@ -56,8 +56,8 @@ public:
TAO_Asynch_Queued_Message (const ACE_Message_Block *contents,
TAO_ORB_Core *oc,
ACE_Time_Value *timeout,
- ACE_Allocator *alloc = 0,
- bool is_heap_allocated = false);
+ ACE_Allocator *alloc,
+ bool is_heap_allocated);
/// Destructor
@@ -99,7 +99,8 @@ protected:
TAO_ORB_Core *oc,
size_t size,
const ACE_Time_Value &abs_timeout,
- ACE_Allocator *alloc = 0);
+ ACE_Allocator *alloc,
+ bool is_heap_allocated);
private:
/// The number of bytes in the buffer
size_t const size_;