summaryrefslogtreecommitdiff
path: root/TAO/tao/Queued_Message.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-10-03 11:34:20 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-10-03 11:34:20 +0000
commitb3868151be3d8bd6acdf6a909217a2827320a7f8 (patch)
treea57de040c70ec715b1005a5db1c163baa48ba470 /TAO/tao/Queued_Message.cpp
parenta155e1d1520902a8476a480c561c1dcdd66322af (diff)
downloadATCD-b3868151be3d8bd6acdf6a909217a2827320a7f8.tar.gz
ChangeLogTag:Mon Oct 3 06:33:20 2005 Bala Natarajan <bala_natarajan at symantec dot com>
Diffstat (limited to 'TAO/tao/Queued_Message.cpp')
-rw-r--r--TAO/tao/Queued_Message.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Queued_Message.cpp b/TAO/tao/Queued_Message.cpp
index 4945364b000..0839bda6455 100644
--- a/TAO/tao/Queued_Message.cpp
+++ b/TAO/tao/Queued_Message.cpp
@@ -7,10 +7,12 @@ ACE_RCSID (tao,
Queued_Message,
"$Id$")
-TAO_Queued_Message::TAO_Queued_Message (ACE_Allocator *alloc,
+TAO_Queued_Message::TAO_Queued_Message (TAO_ORB_Core *oc,
+ ACE_Allocator *alloc,
int is_heap_allocated)
: allocator_ (alloc)
, is_heap_created_ (is_heap_allocated)
+ , orb_core_ (oc)
, next_ (0)
, prev_ (0)
{