summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Adapter.h')
-rw-r--r--TAO/tao/Invocation_Adapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Adapter.h b/TAO/tao/Invocation_Adapter.h
index c464e06b644..66e3f223499 100644
--- a/TAO/tao/Invocation_Adapter.h
+++ b/TAO/tao/Invocation_Adapter.h
@@ -109,7 +109,7 @@ namespace TAO
Argument **args,
int arg_number,
const char *operation,
- int op_len,
+ size_t op_len,
Collocation_Proxy_Broker *cpb,
TAO::Invocation_Type type = TAO_TWOWAY_INVOCATION,
TAO::Invocation_Mode mode = TAO_SYNCHRONOUS_INVOCATION);
@@ -264,7 +264,7 @@ namespace TAO
char const * operation_;
/// String length of the operation name.
- int const op_len_;
+ size_t const op_len_;
/// Collocation proxy broker for this operation.
Collocation_Proxy_Broker * const cpb_;