summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Invocation.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Invocation.i')
-rw-r--r--TAO/tao/Asynch_Invocation.i6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/Asynch_Invocation.i b/TAO/tao/Asynch_Invocation.i
index 657dd6675af..55c806bb4eb 100644
--- a/TAO/tao/Asynch_Invocation.i
+++ b/TAO/tao/Asynch_Invocation.i
@@ -9,15 +9,13 @@ TAO_GIOP_Asynch_Invocation::TAO_GIOP_Asynch_Invocation (
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_Invocation (stub,
operation,
opname_len,
argument_flag,
- orb_core,
- byte_order),
+ orb_core),
rd_ (0)
{
}