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.inl | |
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.inl')
-rw-r--r-- | TAO/tao/Invocation_Adapter.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Invocation_Adapter.inl b/TAO/tao/Invocation_Adapter.inl index 9dff7a8f320..b27c3070466 100644 --- a/TAO/tao/Invocation_Adapter.inl +++ b/TAO/tao/Invocation_Adapter.inl @@ -8,7 +8,7 @@ namespace TAO Argument **args, int arg_number, const char *operation, - int op_len, + size_t op_len, Collocation_Proxy_Broker *p, Invocation_Type type, Invocation_Mode mode) |