summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-13 20:38:58 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-13 20:38:58 +0000
commit156c443457793a8de6fa8784adba9e1e10f1cf78 (patch)
tree78a7e42e4b96b81006e73b5eb3cdfdc0c2a1000e /TAO/tao/DynamicInterface/Request.cpp
parentfbe5c37c4544cca97d2cc8edad759c4a1eb0c98b (diff)
downloadATCD-156c443457793a8de6fa8784adba9e1e10f1cf78.tar.gz
ChangeLogTag: Mon Nov 13 14:35:33 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Request.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/Request.cpp b/TAO/tao/DynamicInterface/Request.cpp
index 1d5af62d3fe..bb4090eee6a 100644
--- a/TAO/tao/DynamicInterface/Request.cpp
+++ b/TAO/tao/DynamicInterface/Request.cpp
@@ -133,10 +133,10 @@ CORBA_Request::~CORBA_Request (void)
void
CORBA_Request::invoke (CORBA::Environment &ACE_TRY_ENV)
{
- TAO_GIOP_Twoway_Invocation call (this->target_->_stubobj (),
- this->opname_,
- ACE_OS::strlen (this->opname_),
- this->orb_->orb_core ());
+ TAO_GIOP_DII_Invocation call (this->target_->_stubobj (),
+ this->opname_,
+ ACE_OS::strlen (this->opname_),
+ this->orb_->orb_core ());
// Loop as needed for forwarding.
for (;;)