diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-23 12:52:37 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-08-23 12:52:37 +0000 |
commit | 22d66b20567717004abfd39c9ca1bac8848258a3 (patch) | |
tree | 90c07c0d31df63530abc39b26d701fd89a612dee /TAO/tao/Invocation_Adapter.h | |
parent | 653051e342f7ac41a97a8acdbcbe0a8541d0af23 (diff) | |
download | ATCD-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.h | 4 |
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_; |