summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Union_TypeCode.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-04 09:13:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-04 09:13:12 +0000
commitd6acc7a02ed5ffd14a8477662a3d21fa0e219688 (patch)
tree4d06e501c0eec4ff7c8c2e69d0eb7a4125cecb01 /TAO/tao/AnyTypeCode/Union_TypeCode.h
parent7a984a6e7d8c3c8ac27497a0bfde39b854ca481c (diff)
downloadATCD-d6acc7a02ed5ffd14a8477662a3d21fa0e219688.tar.gz
Fri May 4 09:12:37 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/AnyTypeCode/Union_TypeCode.h')
-rw-r--r--TAO/tao/AnyTypeCode/Union_TypeCode.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/Union_TypeCode.h b/TAO/tao/AnyTypeCode/Union_TypeCode.h
index 73d520102b3..3ae5c2b1010 100644
--- a/TAO/tao/AnyTypeCode/Union_TypeCode.h
+++ b/TAO/tao/AnyTypeCode/Union_TypeCode.h
@@ -70,8 +70,7 @@ namespace TAO
CORBA::Long default_index);
/// Constructor used for recursive TypeCodes.
- Union (CORBA::TCKind kind,
- char const * id);
+ Union (CORBA::TCKind kind, char const * id);
/**
* @name TAO-specific @c CORBA::TypeCode Methods
@@ -98,8 +97,7 @@ namespace TAO
* @see @c CORBA::TypeCode
*/
//@{
- virtual CORBA::Boolean equal_i (CORBA::TypeCode_ptr tc
- ) const;
+ virtual CORBA::Boolean equal_i (CORBA::TypeCode_ptr tc) const;
virtual CORBA::Boolean equivalent_i (CORBA::TypeCode_ptr tc
) const;
virtual CORBA::TypeCode_ptr get_compact_typecode_i (