summaryrefslogtreecommitdiff
path: root/TAO/tao/operation_details.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-09-16 13:49:49 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-09-16 13:49:49 +0200
commit53b3dd4d14ef7f317394d2cb0d0bc72212b52d09 (patch)
tree8a93d186c2355bbea87f59cef86d99fca128df0b /TAO/tao/operation_details.inl
parentcf17fe5fa4028d4010d1223f1af8c5750216b690 (diff)
downloadATCD-53b3dd4d14ef7f317394d2cb0d0bc72212b52d09.tar.gz
Use const exception data pointer when using invoke, not changed by the implementation, only used
* TAO/orbsvcs/orbsvcs/SSLIOP/params_dup.c: * TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp: * TAO/tao/DynamicInterface/DII_Invocation_Adapter.h: * TAO/tao/Invocation_Adapter.cpp: * TAO/tao/Invocation_Adapter.h: * TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp: * TAO/tao/Messaging/Asynch_Invocation_Adapter.h: * TAO/tao/operation_details.h: * TAO/tao/operation_details.inl:
Diffstat (limited to 'TAO/tao/operation_details.inl')
-rw-r--r--TAO/tao/operation_details.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/operation_details.inl b/TAO/tao/operation_details.inl
index e012c99347a..216113cb758 100644
--- a/TAO/tao/operation_details.inl
+++ b/TAO/tao/operation_details.inl
@@ -4,12 +4,12 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE
TAO_Operation_Details::TAO_Operation_Details (const char *name,
- CORBA::ULong len,
+ const CORBA::ULong len,
TAO::Argument **args,
- CORBA::ULong num,
- CORBA::Boolean has_in_args,
- TAO::Exception_Data *data,
- CORBA::ULong count)
+ const CORBA::ULong num,
+ const CORBA::Boolean has_in_args,
+ const TAO::Exception_Data *data,
+ const CORBA::ULong count)
: opname_ (name)
, opname_len_ (len)
, request_id_ (0)