diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-06-28 02:48:53 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-06-28 02:48:53 +0000 |
commit | 20b34f5d2accf7979abaef92d05eca5908043663 (patch) | |
tree | eae4a29a51e1b85b71575554bd348ac4a033d964 /TAO/tao/DynamicInterface | |
parent | bad20132313dc1a1003b1db45ae6c730c3f07f37 (diff) | |
download | ATCD-20b34f5d2accf7979abaef92d05eca5908043663.tar.gz |
ChangeLogTag:Thu Jun 27 22:04:33 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface')
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp index b28a0d0ecb0..6617d3d2b0e 100644 --- a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp +++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp @@ -23,10 +23,10 @@ TAO_DII_Deferred_Reply_Dispatcher::TAO_DII_Deferred_Reply_Dispatcher ( db_ (sizeof buf_, ACE_Message_Block::MB_DATA, this->buf_, - orb_core->message_block_buffer_allocator (), + orb_core->input_cdr_buffer_allocator (), orb_core->locking_strategy (), ACE_Message_Block::DONT_DELETE, - orb_core->message_block_dblock_allocator ()), + orb_core->input_cdr_dblock_allocator ()), reply_cdr_ (&db_, ACE_Message_Block::DONT_DELETE, TAO_ENCAP_BYTE_ORDER, @@ -34,7 +34,6 @@ TAO_DII_Deferred_Reply_Dispatcher::TAO_DII_Deferred_Reply_Dispatcher ( TAO_DEF_GIOP_MINOR, orb_core), req_ (req) - { } |