summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Sequence_TypeCode.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Sequence_TypeCode.h')
-rw-r--r--TAO/tao/AnyTypeCode/Sequence_TypeCode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/Sequence_TypeCode.h b/TAO/tao/AnyTypeCode/Sequence_TypeCode.h
index 629dbb309cf..9b621ac9bd3 100644
--- a/TAO/tao/AnyTypeCode/Sequence_TypeCode.h
+++ b/TAO/tao/AnyTypeCode/Sequence_TypeCode.h
@@ -65,7 +65,6 @@ namespace TAO
//@}
protected:
-
/**
* @name @c TAO CORBA::TypeCode Template Methods
*
@@ -82,7 +81,6 @@ namespace TAO
virtual CORBA::TypeCode_ptr content_type_i (void) const;
private:
-
/// Element type of the sequence.
/**
* A pointer to the @c CORBA::TypeCode_ptr rather than the
@@ -99,9 +97,7 @@ namespace TAO
/// Length of the @c sequence or array. A length of zero
/// indicates an unbounded @c sequence.
CORBA::ULong const length_;
-
};
-
} // End namespace TypeCode
} // End namespace TAO