summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-01-07 11:39:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-01-07 11:39:31 +0000
commitc11eb9f916d6c5d8a507790a995369f9fd92a06d (patch)
tree8741e9499f8876fcb41d5c82cbdf779d37467334 /TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp
parent741d9e3b320aac30e924d065bcd25c8ad5ed79e5 (diff)
downloadATCD-c11eb9f916d6c5d8a507790a995369f9fd92a06d.tar.gz
Layout changes
Diffstat (limited to 'TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp18
1 files changed, 6 insertions, 12 deletions
diff --git a/TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp b/TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp
index 16d63027525..f8ec3c9d343 100644
--- a/TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp
+++ b/TAO/tao/AnyTypeCode/Sequence_TypeCode.cpp
@@ -62,8 +62,7 @@ TAO::TypeCode::Sequence<TypeCodeType, RefCountPolicy>::tao_release (void)
template <typename TypeCodeType, class RefCountPolicy>
CORBA::Boolean
TAO::TypeCode::Sequence<TypeCodeType,
- RefCountPolicy>::equal_i (CORBA::TypeCode_ptr tc
- ) const
+ RefCountPolicy>::equal_i (CORBA::TypeCode_ptr tc) const
{
// The following calls won't throw since CORBA::TypeCode::equal()
// has already established the kind of tc is the same as our kind.
@@ -84,8 +83,7 @@ TAO::TypeCode::Sequence<TypeCodeType,
template <typename TypeCodeType, class RefCountPolicy>
CORBA::Boolean
TAO::TypeCode::Sequence<TypeCodeType,
- RefCountPolicy>::equivalent_i (CORBA::TypeCode_ptr tc
- ) const
+ RefCountPolicy>::equivalent_i (CORBA::TypeCode_ptr tc) const
{
// The following calls won't throw since CORBA::TypeCode::equal()
// has already established the kind of tc is the same as our kind.
@@ -99,14 +97,12 @@ TAO::TypeCode::Sequence<TypeCodeType,
return
Traits<TypeCodeType>::get_typecode (this->content_type_)->equivalent (
- rhs_content_type.in ()
- );
+ rhs_content_type.in ());
}
template <typename TypeCodeType, class RefCountPolicy>
CORBA::TypeCode_ptr
-TAO::TypeCode::Sequence<TypeCodeType, RefCountPolicy>::get_compact_typecode_i (
- void) const
+TAO::TypeCode::Sequence<TypeCodeType, RefCountPolicy>::get_compact_typecode_i (void) const
{
// Already compact since tk_sequence and tk_array TypeCodes have no
// name or member names, meaning that we can simply call
@@ -125,16 +121,14 @@ TAO::TypeCode::Sequence<TypeCodeType, RefCountPolicy>::get_compact_typecode_i (
template <typename TypeCodeType, class RefCountPolicy>
CORBA::ULong
-TAO::TypeCode::Sequence<TypeCodeType, RefCountPolicy>::length_i (
- void) const
+TAO::TypeCode::Sequence<TypeCodeType, RefCountPolicy>::length_i (void) const
{
return this->length_;
}
template <typename TypeCodeType, class RefCountPolicy>
CORBA::TypeCode_ptr
-TAO::TypeCode::Sequence<TypeCodeType, RefCountPolicy>::content_type_i (
- void) const
+TAO::TypeCode::Sequence<TypeCodeType, RefCountPolicy>::content_type_i (void) const
{
return
CORBA::TypeCode::_duplicate (