summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyC.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PolicyC.i')
-rw-r--r--TAO/tao/PolicyC.i215
1 files changed, 107 insertions, 108 deletions
diff --git a/TAO/tao/PolicyC.i b/TAO/tao/PolicyC.i
index 1368b43fc9a..c562728f12f 100644
--- a/TAO/tao/PolicyC.i
+++ b/TAO/tao/PolicyC.i
@@ -17,7 +17,7 @@
#if !defined (TAO_USE_SEQUENCE_TEMPLATES)
-
+
#if !defined (__TAO_UNBOUNDED_SEQUENCE_CORBA_INVALIDPOLICIES__TAO_SEQ_USHORT_CI_)
#define __TAO_UNBOUNDED_SEQUENCE_CORBA_INVALIDPOLICIES__TAO_SEQ_USHORT_CI_
@@ -30,24 +30,24 @@
ACE_NEW_RETURN (retval, CORBA::UShort[size], 0);
return retval;
}
-
+
ACE_INLINE void CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::freebuf (CORBA::UShort *buffer)
// Free the sequence.
{
delete [] buffer;
}
-
+
ACE_INLINE
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort (void) // Default constructor.
{
}
-
+
ACE_INLINE
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort (CORBA::ULong maximum) // Constructor using a maximum length value.
: TAO_Unbounded_Base_Sequence (maximum, _TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::allocbuf (maximum))
{
}
-
+
ACE_INLINE
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort (CORBA::ULong maximum,
CORBA::ULong length,
@@ -56,7 +56,7 @@
: TAO_Unbounded_Base_Sequence (maximum, length, data, release)
{
}
-
+
ACE_INLINE
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort (const _TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort &rhs)
// Copy constructor.
@@ -66,10 +66,10 @@
{
CORBA::UShort *tmp1 = _TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::allocbuf (this->maximum_);
CORBA::UShort * const tmp2 = ACE_reinterpret_cast (CORBA::UShort * ACE_CAST_CONST, rhs.buffer_);
-
+
for (CORBA::ULong i = 0; i < this->length_; ++i)
tmp1[i] = tmp2[i];
-
+
this->buffer_ = tmp1;
}
else
@@ -77,14 +77,14 @@
this->buffer_ = 0;
}
}
-
+
ACE_INLINE CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort &
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::operator= (const _TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort &rhs)
// Assignment operator.
{
if (this == &rhs)
return *this;
-
+
if (this->release_)
{
if (this->maximum_ < rhs.maximum_)
@@ -97,18 +97,18 @@
}
else
this->buffer_ = _TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::allocbuf (rhs.maximum_);
-
+
TAO_Unbounded_Base_Sequence::operator= (rhs);
-
+
CORBA::UShort *tmp1 = ACE_reinterpret_cast (CORBA::UShort *, this->buffer_);
CORBA::UShort * const tmp2 = ACE_reinterpret_cast (CORBA::UShort * ACE_CAST_CONST, rhs.buffer_);
-
+
for (CORBA::ULong i = 0; i < this->length_; ++i)
tmp1[i] = tmp2[i];
-
+
return *this;
}
-
+
// = Accessors.
ACE_INLINE CORBA::UShort &
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::operator[] (CORBA::ULong i)
@@ -118,7 +118,7 @@
CORBA::UShort* tmp = ACE_reinterpret_cast(CORBA::UShort*,this->buffer_);
return tmp[i];
}
-
+
ACE_INLINE const CORBA::UShort &
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::operator[] (CORBA::ULong i) const
// operator []
@@ -127,9 +127,9 @@
CORBA::UShort * const tmp = ACE_reinterpret_cast (CORBA::UShort* ACE_CAST_CONST, this->buffer_);
return tmp[i];
}
-
+
// Implement the TAO_Base_Sequence methods (see Sequence.h)
-
+
ACE_INLINE CORBA::UShort *
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::get_buffer (CORBA::Boolean orphan)
{
@@ -163,13 +163,13 @@
}
return result;
}
-
+
ACE_INLINE const CORBA::UShort *
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::get_buffer (void) const
{
return ACE_reinterpret_cast(const CORBA::UShort * ACE_CAST_CONST, this->buffer_);
}
-
+
ACE_INLINE void
CORBA_InvalidPolicies::_TAO_Unbounded_Sequence_CORBA_InvalidPolicies__tao_seq_UShort::replace (CORBA::ULong max,
CORBA::ULong length,
@@ -186,11 +186,11 @@
this->buffer_ = data;
this->release_ = release;
}
-
+
#endif /* end #if !defined */
-#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
+#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
#if !defined (_CORBA_INVALIDPOLICIES__TAO_SEQ_USHORT_CI_)
#define _CORBA_INVALIDPOLICIES__TAO_SEQ_USHORT_CI_
@@ -274,20 +274,20 @@ CORBA_InvalidPolicies::_tao_seq_UShort_var::operator-> (void)
return this->ptr_;
}
-ACE_INLINE
+ACE_INLINE
CORBA_InvalidPolicies::_tao_seq_UShort_var::operator const ::CORBA_InvalidPolicies::_tao_seq_UShort &() const // cast
{
return *this->ptr_;
}
-ACE_INLINE
-CORBA_InvalidPolicies::_tao_seq_UShort_var::operator ::CORBA_InvalidPolicies::_tao_seq_UShort &() // cast
+ACE_INLINE
+CORBA_InvalidPolicies::_tao_seq_UShort_var::operator ::CORBA_InvalidPolicies::_tao_seq_UShort &() // cast
{
return *this->ptr_;
}
-ACE_INLINE
-CORBA_InvalidPolicies::_tao_seq_UShort_var::operator ::CORBA_InvalidPolicies::_tao_seq_UShort &() const // cast
+ACE_INLINE
+CORBA_InvalidPolicies::_tao_seq_UShort_var::operator ::CORBA_InvalidPolicies::_tao_seq_UShort &() const // cast
{
return *this->ptr_;
}
@@ -310,7 +310,7 @@ CORBA_InvalidPolicies::_tao_seq_UShort_var::inout (void)
return *this->ptr_;
}
-// mapping for variable size
+// mapping for variable size
ACE_INLINE ::CORBA_InvalidPolicies::_tao_seq_UShort *&
CORBA_InvalidPolicies::_tao_seq_UShort_var::out (void)
{
@@ -371,7 +371,7 @@ CORBA_InvalidPolicies::_tao_seq_UShort_out::operator= (_tao_seq_UShort *p)
return *this;
}
-ACE_INLINE
+ACE_INLINE
CORBA_InvalidPolicies::_tao_seq_UShort_out::operator ::CORBA_InvalidPolicies::_tao_seq_UShort *&() // cast
{
return this->ptr_;
@@ -399,8 +399,8 @@ CORBA_InvalidPolicies::_tao_seq_UShort_out::operator[] (CORBA::ULong index)
#endif /* end #if !defined */
ACE_INLINE
-CORBA_Policy::CORBA_Policy (TAO_Stub *objref, TAO_ServantBase *_tao_servant, CORBA::Boolean _tao_collocated) // constructor
- : CORBA_Object (objref, _tao_servant, _tao_collocated)
+CORBA_Policy::CORBA_Policy (TAO_Stub *objref, CORBA::Boolean _tao_collocated) // constructor
+ : CORBA_Object (objref, _tao_collocated)
{}
@@ -453,14 +453,14 @@ CORBA_Policy_var::operator= (const ::CORBA_Policy_var &p)
return *this;
}
-ACE_INLINE
+ACE_INLINE
CORBA_Policy_var::operator const ::CORBA_Policy_ptr &() const // cast
{
return this->ptr_;
}
-ACE_INLINE
-CORBA_Policy_var::operator ::CORBA_Policy_ptr &() // cast
+ACE_INLINE
+CORBA_Policy_var::operator ::CORBA_Policy_ptr &() // cast
{
return this->ptr_;
}
@@ -552,7 +552,7 @@ CORBA_Policy_out::operator= (CORBA_Policy_ptr p)
return *this;
}
-ACE_INLINE
+ACE_INLINE
CORBA_Policy_out::operator ::CORBA_Policy_ptr &() // cast
{
return this->ptr_;
@@ -575,7 +575,7 @@ CORBA_Policy_out::operator-> (void)
#if !defined (TAO_USE_SEQUENCE_TEMPLATES)
-
+
#if !defined (__TAO_UNBOUNDED_OBJECT_SEQUENCE_CORBA_POLICYLIST_CI_)
#define __TAO_UNBOUNDED_OBJECT_SEQUENCE_CORBA_POLICYLIST_CI_
@@ -583,34 +583,34 @@ CORBA_Policy_out::operator-> (void)
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::allocbuf (CORBA::ULong nelems)
{
CORBA_Policy **buf = 0;
-
+
ACE_NEW_RETURN (buf, CORBA_Policy*[nelems], 0);
-
+
for (CORBA::ULong i = 0; i < nelems; i++)
buf[i] = CORBA_Policy::_nil ();
-
+
return buf;
}
-
- ACE_INLINE void
+
+ ACE_INLINE void
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::freebuf (CORBA_Policy **buffer)
{
if (buffer == 0)
return;
delete[] buffer;
}
-
+
ACE_INLINE
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::_TAO_Unbounded_Object_Sequence_CORBA_PolicyList (void)
{
}
-
+
ACE_INLINE
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::_TAO_Unbounded_Object_Sequence_CORBA_PolicyList (CORBA::ULong maximum)
: TAO_Unbounded_Base_Sequence (maximum, _TAO_Unbounded_Object_Sequence_CORBA_PolicyList::allocbuf (maximum))
{
}
-
+
ACE_INLINE
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::_TAO_Unbounded_Object_Sequence_CORBA_PolicyList (CORBA::ULong maximum,
CORBA::ULong length,
@@ -619,7 +619,7 @@ CORBA_Policy_out::operator-> (void)
: TAO_Unbounded_Base_Sequence (maximum, length, value, release)
{
}
-
+
ACE_INLINE
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::_TAO_Unbounded_Object_Sequence_CORBA_PolicyList(const _TAO_Unbounded_Object_Sequence_CORBA_PolicyList &rhs)
: TAO_Unbounded_Base_Sequence (rhs)
@@ -628,10 +628,10 @@ CORBA_Policy_out::operator-> (void)
{
CORBA_Policy **tmp1 = _TAO_Unbounded_Object_Sequence_CORBA_PolicyList::allocbuf (this->maximum_);
CORBA_Policy ** const tmp2 = ACE_reinterpret_cast (CORBA_Policy ** ACE_CAST_CONST, rhs.buffer_);
-
+
for (CORBA::ULong i = 0; i < rhs.length_; ++i)
tmp1[i] = CORBA_Policy::_duplicate (tmp2[i]);
-
+
this->buffer_ = tmp1;
}
else
@@ -639,17 +639,17 @@ CORBA_Policy_out::operator-> (void)
this->buffer_ = 0;
}
}
-
+
ACE_INLINE _TAO_Unbounded_Object_Sequence_CORBA_PolicyList &
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::operator= (const _TAO_Unbounded_Object_Sequence_CORBA_PolicyList &rhs)
{
if (this == &rhs)
return *this;
-
+
if (this->release_)
{
CORBA_Policy **tmp = ACE_reinterpret_cast (CORBA_Policy **, this->buffer_);
-
+
for (CORBA::ULong i = 0; i < this->length_; ++i)
{
CORBA::release (tmp[i]);
@@ -663,18 +663,18 @@ CORBA_Policy_out::operator-> (void)
}
else
this->buffer_ = _TAO_Unbounded_Object_Sequence_CORBA_PolicyList::allocbuf (rhs.maximum_);
-
+
TAO_Unbounded_Base_Sequence::operator= (rhs);
-
+
CORBA_Policy **tmp1 = ACE_reinterpret_cast (CORBA_Policy **, this->buffer_);
CORBA_Policy ** const tmp2 = ACE_reinterpret_cast (CORBA_Policy ** ACE_CAST_CONST, rhs.buffer_);
-
+
for (CORBA::ULong i = 0; i < rhs.length_; ++i)
tmp1[i] = CORBA_Policy::_duplicate (tmp2[i]);
-
+
return *this;
}
-
+
ACE_INLINE TAO_Object_Manager<CORBA_Policy,CORBA_Policy_var>
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::operator[] (CORBA::ULong index) const
// read-write accessor
@@ -683,7 +683,7 @@ CORBA_Policy_out::operator-> (void)
CORBA_Policy ** const tmp = ACE_reinterpret_cast (CORBA_Policy ** ACE_CAST_CONST, this->buffer_);
return TAO_Object_Manager<CORBA_Policy,CORBA_Policy_var> (tmp + index, this->release_);
}
-
+
ACE_INLINE CORBA_Policy* *
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::get_buffer (CORBA::Boolean orphan)
{
@@ -717,18 +717,18 @@ CORBA_Policy_out::operator-> (void)
}
return result;
}
-
+
ACE_INLINE const CORBA_Policy* *
_TAO_Unbounded_Object_Sequence_CORBA_PolicyList::get_buffer (void) const
{
return ACE_reinterpret_cast(const CORBA_Policy ** ACE_CAST_CONST, this->buffer_);
}
-
-
+
+
#endif /* end #if !defined */
-#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
+#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
#if !defined (_CORBA_POLICYLIST_CI_)
#define _CORBA_POLICYLIST_CI_
@@ -793,32 +793,32 @@ CORBA_PolicyList_var::operator-> (void)
return this->ptr_;
}
-ACE_INLINE
+ACE_INLINE
CORBA_PolicyList_var::operator const ::CORBA_PolicyList &() const // cast
{
return *this->ptr_;
}
-ACE_INLINE
-CORBA_PolicyList_var::operator ::CORBA_PolicyList &() // cast
+ACE_INLINE
+CORBA_PolicyList_var::operator ::CORBA_PolicyList &() // cast
{
return *this->ptr_;
}
-ACE_INLINE
-CORBA_PolicyList_var::operator ::CORBA_PolicyList &() const // cast
+ACE_INLINE
+CORBA_PolicyList_var::operator ::CORBA_PolicyList &() const // cast
{
return *this->ptr_;
}
// variable-size types only
ACE_INLINE
-CORBA_PolicyList_var::operator ::CORBA_PolicyList *&() // cast
+CORBA_PolicyList_var::operator ::CORBA_PolicyList *&() // cast
{
return this->ptr_;
}
-ACE_INLINE TAO_Object_Manager<CORBA_Policy, CORBA_Policy_var>
+ACE_INLINE TAO_Object_Manager<CORBA_Policy, CORBA_Policy_var>
CORBA_PolicyList_var::operator[] (CORBA::ULong index)
{
return this->ptr_->operator[] (index);
@@ -836,7 +836,7 @@ CORBA_PolicyList_var::inout (void)
return *this->ptr_;
}
-// mapping for variable size
+// mapping for variable size
ACE_INLINE ::CORBA_PolicyList *&
CORBA_PolicyList_var::out (void)
{
@@ -897,7 +897,7 @@ CORBA_PolicyList_out::operator= (CORBA_PolicyList *p)
return *this;
}
-ACE_INLINE
+ACE_INLINE
CORBA_PolicyList_out::operator ::CORBA_PolicyList *&() // cast
{
return this->ptr_;
@@ -915,7 +915,7 @@ CORBA_PolicyList_out::operator-> (void)
return this->ptr_;
}
-ACE_INLINE TAO_Object_Manager<CORBA_Policy, CORBA_Policy_var>
+ACE_INLINE TAO_Object_Manager<CORBA_Policy, CORBA_Policy_var>
CORBA_PolicyList_out::operator[] (CORBA::ULong index)
{
return this->ptr_->operator[] (index);
@@ -926,7 +926,7 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
#if !defined (TAO_USE_SEQUENCE_TEMPLATES)
-
+
#if !defined (__TAO_UNBOUNDED_SEQUENCE_CORBA_POLICYTYPESEQ_CI_)
#define __TAO_UNBOUNDED_SEQUENCE_CORBA_POLICYTYPESEQ_CI_
@@ -939,24 +939,24 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
ACE_NEW_RETURN (retval, CORBA::ULong[size], 0);
return retval;
}
-
+
ACE_INLINE void _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::freebuf (CORBA::ULong *buffer)
// Free the sequence.
{
delete [] buffer;
}
-
+
ACE_INLINE
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq (void) // Default constructor.
{
}
-
+
ACE_INLINE
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq (CORBA::ULong maximum) // Constructor using a maximum length value.
: TAO_Unbounded_Base_Sequence (maximum, _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::allocbuf (maximum))
{
}
-
+
ACE_INLINE
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq (CORBA::ULong maximum,
CORBA::ULong length,
@@ -965,7 +965,7 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
: TAO_Unbounded_Base_Sequence (maximum, length, data, release)
{
}
-
+
ACE_INLINE
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq (const _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq &rhs)
// Copy constructor.
@@ -975,10 +975,10 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
{
CORBA::ULong *tmp1 = _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::allocbuf (this->maximum_);
CORBA::ULong * const tmp2 = ACE_reinterpret_cast (CORBA::ULong * ACE_CAST_CONST, rhs.buffer_);
-
+
for (CORBA::ULong i = 0; i < this->length_; ++i)
tmp1[i] = tmp2[i];
-
+
this->buffer_ = tmp1;
}
else
@@ -986,14 +986,14 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
this->buffer_ = 0;
}
}
-
+
ACE_INLINE _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq &
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::operator= (const _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq &rhs)
// Assignment operator.
{
if (this == &rhs)
return *this;
-
+
if (this->release_)
{
if (this->maximum_ < rhs.maximum_)
@@ -1006,18 +1006,18 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
}
else
this->buffer_ = _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::allocbuf (rhs.maximum_);
-
+
TAO_Unbounded_Base_Sequence::operator= (rhs);
-
+
CORBA::ULong *tmp1 = ACE_reinterpret_cast (CORBA::ULong *, this->buffer_);
CORBA::ULong * const tmp2 = ACE_reinterpret_cast (CORBA::ULong * ACE_CAST_CONST, rhs.buffer_);
-
+
for (CORBA::ULong i = 0; i < this->length_; ++i)
tmp1[i] = tmp2[i];
-
+
return *this;
}
-
+
// = Accessors.
ACE_INLINE CORBA::ULong &
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::operator[] (CORBA::ULong i)
@@ -1027,7 +1027,7 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
CORBA::ULong* tmp = ACE_reinterpret_cast(CORBA::ULong*,this->buffer_);
return tmp[i];
}
-
+
ACE_INLINE const CORBA::ULong &
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::operator[] (CORBA::ULong i) const
// operator []
@@ -1036,9 +1036,9 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
CORBA::ULong * const tmp = ACE_reinterpret_cast (CORBA::ULong* ACE_CAST_CONST, this->buffer_);
return tmp[i];
}
-
+
// Implement the TAO_Base_Sequence methods (see Sequence.h)
-
+
ACE_INLINE CORBA::ULong *
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::get_buffer (CORBA::Boolean orphan)
{
@@ -1072,13 +1072,13 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
}
return result;
}
-
+
ACE_INLINE const CORBA::ULong *
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::get_buffer (void) const
{
return ACE_reinterpret_cast(const CORBA::ULong * ACE_CAST_CONST, this->buffer_);
}
-
+
ACE_INLINE void
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::replace (CORBA::ULong max,
CORBA::ULong length,
@@ -1095,11 +1095,11 @@ CORBA_PolicyList_out::operator[] (CORBA::ULong index)
this->buffer_ = data;
this->release_ = release;
}
-
+
#endif /* end #if !defined */
-#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
+#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
#if !defined (_CORBA_POLICYTYPESEQ_CI_)
#define _CORBA_POLICYTYPESEQ_CI_
@@ -1183,20 +1183,20 @@ CORBA_PolicyTypeSeq_var::operator-> (void)
return this->ptr_;
}
-ACE_INLINE
+ACE_INLINE
CORBA_PolicyTypeSeq_var::operator const ::CORBA_PolicyTypeSeq &() const // cast
{
return *this->ptr_;
}
-ACE_INLINE
-CORBA_PolicyTypeSeq_var::operator ::CORBA_PolicyTypeSeq &() // cast
+ACE_INLINE
+CORBA_PolicyTypeSeq_var::operator ::CORBA_PolicyTypeSeq &() // cast
{
return *this->ptr_;
}
-ACE_INLINE
-CORBA_PolicyTypeSeq_var::operator ::CORBA_PolicyTypeSeq &() const // cast
+ACE_INLINE
+CORBA_PolicyTypeSeq_var::operator ::CORBA_PolicyTypeSeq &() const // cast
{
return *this->ptr_;
}
@@ -1219,7 +1219,7 @@ CORBA_PolicyTypeSeq_var::inout (void)
return *this->ptr_;
}
-// mapping for variable size
+// mapping for variable size
ACE_INLINE ::CORBA_PolicyTypeSeq *&
CORBA_PolicyTypeSeq_var::out (void)
{
@@ -1280,7 +1280,7 @@ CORBA_PolicyTypeSeq_out::operator= (CORBA_PolicyTypeSeq *p)
return *this;
}
-ACE_INLINE
+ACE_INLINE
CORBA_PolicyTypeSeq_out::operator ::CORBA_PolicyTypeSeq *&() // cast
{
return this->ptr_;
@@ -1357,14 +1357,14 @@ CORBA_PolicyManager_var::operator= (const ::CORBA_PolicyManager_var &p)
return *this;
}
-ACE_INLINE
+ACE_INLINE
CORBA_PolicyManager_var::operator const ::CORBA_PolicyManager_ptr &() const // cast
{
return this->ptr_;
}
-ACE_INLINE
-CORBA_PolicyManager_var::operator ::CORBA_PolicyManager_ptr &() // cast
+ACE_INLINE
+CORBA_PolicyManager_var::operator ::CORBA_PolicyManager_ptr &() // cast
{
return this->ptr_;
}
@@ -1456,7 +1456,7 @@ CORBA_PolicyManager_out::operator= (CORBA_PolicyManager_ptr p)
return *this;
}
-ACE_INLINE
+ACE_INLINE
CORBA_PolicyManager_out::operator ::CORBA_PolicyManager_ptr &() // cast
{
return this->ptr_;
@@ -1527,14 +1527,14 @@ CORBA_PolicyCurrent_var::operator= (const ::CORBA_PolicyCurrent_var &p)
return *this;
}
-ACE_INLINE
+ACE_INLINE
CORBA_PolicyCurrent_var::operator const ::CORBA_PolicyCurrent_ptr &() const // cast
{
return this->ptr_;
}
-ACE_INLINE
-CORBA_PolicyCurrent_var::operator ::CORBA_PolicyCurrent_ptr &() // cast
+ACE_INLINE
+CORBA_PolicyCurrent_var::operator ::CORBA_PolicyCurrent_ptr &() // cast
{
return this->ptr_;
}
@@ -1626,7 +1626,7 @@ CORBA_PolicyCurrent_out::operator= (CORBA_PolicyCurrent_ptr p)
return *this;
}
-ACE_INLINE
+ACE_INLINE
CORBA_PolicyCurrent_out::operator ::CORBA_PolicyCurrent_ptr &() // cast
{
return this->ptr_;
@@ -1853,4 +1853,3 @@ CORBA::Boolean TAO_Export operator>> (
);
#endif /* _TAO_CDR_OP_CORBA_PolicyTypeSeq_I_ */
-