From 75d31ad64b487f3041bcce6a7bfea2a0325a2d71 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 23 Jun 2005 14:14:31 +0000 Subject: ChangeLogTag: Thu Jun 23 14:14:12 UTC 2005 Johnny Willemsen Thu Jun 23 12:57:12 UTC 2005 Johnny Willemsen --- TAO/tao/operation_details.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TAO/tao/operation_details.h') 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 ¶m_list); + bool result (CORBA::Any *any); #endif /* TAO_HAS_INTERCEPTORS == 1 */ //@} -- cgit v1.2.1