summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Adapter.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-23 12:52:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-23 12:52:37 +0000
commit22d66b20567717004abfd39c9ca1bac8848258a3 (patch)
tree90c07c0d31df63530abc39b26d701fd89a612dee /TAO/tao/Invocation_Adapter.h
parent653051e342f7ac41a97a8acdbcbe0a8541d0af23 (diff)
downloadATCD-22d66b20567717004abfd39c9ca1bac8848258a3.tar.gz
ChangeLogTag: Tue Aug 23 10:26:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
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_;