summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/DII_Invocation.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/DII_Invocation.inl')
-rw-r--r--TAO/tao/DynamicInterface/DII_Invocation.inl12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Invocation.inl b/TAO/tao/DynamicInterface/DII_Invocation.inl
index ce9cb080b4e..5f1b33028d1 100644
--- a/TAO/tao/DynamicInterface/DII_Invocation.inl
+++ b/TAO/tao/DynamicInterface/DII_Invocation.inl
@@ -8,14 +8,12 @@ TAO_GIOP_DII_Invocation::TAO_GIOP_DII_Invocation (TAO_Stub *data,
const char *operation,
CORBA::ULong opname_len,
CORBA::Boolean argument_flag,
- TAO_ORB_Core *orb_core,
- int byte_order)
+ TAO_ORB_Core *orb_core)
: TAO_GIOP_Twoway_Invocation (data,
operation,
opname_len,
argument_flag,
- orb_core,
- byte_order)
+ orb_core)
{
}
@@ -24,15 +22,13 @@ TAO_GIOP_DII_Deferred_Invocation::TAO_GIOP_DII_Deferred_Invocation (
TAO_Stub *stub,
TAO_ORB_Core *orb_core,
CORBA::Boolean argument_flag,
- const CORBA::Request_ptr req,
- int byte_order
+ const CORBA::Request_ptr req
)
: TAO_GIOP_Asynch_Invocation (stub,
req->operation (),
ACE_OS::strlen (req->operation ()),
argument_flag,
- orb_core,
- byte_order)
+ orb_core)
{
// New reply dispatcher on the heap, because
// we will go out of scope and hand over the