summaryrefslogtreecommitdiff
path: root/TAO/tao/operation_details.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-23 14:14:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-23 14:14:31 +0000
commit75d31ad64b487f3041bcce6a7bfea2a0325a2d71 (patch)
tree10182203d68c9a76c454a777467d55a7427c54c0 /TAO/tao/operation_details.h
parentb896df24c0137fb56077fc486619d776166c209a (diff)
downloadATCD-75d31ad64b487f3041bcce6a7bfea2a0325a2d71.tar.gz
ChangeLogTag: Thu Jun 23 14:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>Thu Jun 23 12:57:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/operation_details.h')
-rw-r--r--TAO/tao/operation_details.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/operation_details.h b/TAO/tao/operation_details.h
index 57cc5de3b9b..d62ab5f8a83 100644
--- a/TAO/tao/operation_details.h
+++ b/TAO/tao/operation_details.h
@@ -138,10 +138,10 @@ public:
* the list of parameters passed by the operation, exceptions
* declared for the operation, and the result when available.
*/
- bool exception_list (Dynamic::ExceptionList &);
#if TAO_HAS_INTERCEPTORS == 1
- bool parameter_list (Dynamic::ParameterList &);
- bool result (CORBA::Any *);
+ bool exception_list (Dynamic::ExceptionList &exception_list);
+ bool parameter_list (Dynamic::ParameterList &param_list);
+ bool result (CORBA::Any *any);
#endif /* TAO_HAS_INTERCEPTORS == 1 */
//@}