summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h')
-rw-r--r--TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h b/TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h
index 638051bcb6a..e53539887cc 100644
--- a/TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h
+++ b/TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h
@@ -78,7 +78,7 @@ namespace TAO
/// Return the IDL @c union case label value embedded within a
/// @c CORBA::Any.
- virtual CORBA::Any * label (ACE_ENV_SINGLE_ARG_DECL) const = 0;
+ virtual CORBA::Any * label (void) const = 0;
/// Get the name of the @c union case/member.
char const * name (void) const;
@@ -110,14 +110,14 @@ namespace TAO
/// index" in the given @c TypeCode @a tc.
bool equal (CORBA::ULong index,
CORBA::TypeCode_ptr tc
- ACE_ENV_ARG_DECL) const;
+ ) const;
/// Check for equivalence of the @c case attributes contained by
/// this class and the corresponding member attributes at index
/// "@a index" in the given @c TypeCode @a tc.
bool equivalent (CORBA::ULong index,
CORBA::TypeCode_ptr tc
- ACE_ENV_ARG_DECL) const;
+ ) const;
protected:
@@ -141,7 +141,7 @@ namespace TAO
*/
virtual bool equal_label (CORBA::ULong index,
CORBA::TypeCode_ptr tc
- ACE_ENV_ARG_DECL) const = 0;
+ ) const = 0;
private: