summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 13:42:44 +0000
commit1ce4bfe566cacc77785f53a0133d4c40f1d4146b (patch)
tree847cc2e50062a205e1c6b9d74eafe66e135e9b73 /TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h
parent58c2d4f3d71d8c8258a9e659a37ca03e5f4bc5cf (diff)
downloadATCD-1ce4bfe566cacc77785f53a0133d4c40f1d4146b.tar.gz
Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
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: