summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Request.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DynamicInterface/Request.cpp b/TAO/tao/DynamicInterface/Request.cpp
index 1b6f8fff951..261f1e08bd7 100644
--- a/TAO/tao/DynamicInterface/Request.cpp
+++ b/TAO/tao/DynamicInterface/Request.cpp
@@ -219,9 +219,9 @@ CORBA::Request::send_deferred (void)
TAO::DII_Deferred_Invocation_Adapter _tao_call (
this->target_,
_tao_arg_list,
- number_args,
+ static_cast<int> (number_args),
this->opname_,
- static_cast<CORBA::ULong> (ACE_OS::strlen (this->opname_)),
+ ACE_OS::strlen (this->opname_),
0,
this->orb_->orb_core (),
this);