summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Property_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Property_T.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Property_T.inl16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Property_T.inl b/TAO/orbsvcs/orbsvcs/Notify/Property_T.inl
index 3442b0fe7c4..ab195431b22 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Property_T.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Property_T.inl
@@ -25,22 +25,6 @@ TAO_NS_PropertyBase_T<TYPE>::operator!= (const TYPE &rhs) const
}
template <class TYPE> ACE_INLINE TAO_NS_PropertyBase_T<TYPE>&
-TAO_NS_PropertyBase_T<TYPE>::operator= (const TAO_NS_PropertyBase_T<TYPE>& rhs)
-{
- if (this == &rhs)
- return *this;
-
- if (rhs.is_valid ())
- {
- this->name_ = rhs.name_;
- this->value_ = rhs.value_;
- this->valid_ = rhs.valid_;
- }
-
- return *this;
-}
-
-template <class TYPE> ACE_INLINE TAO_NS_PropertyBase_T<TYPE>&
TAO_NS_PropertyBase_T<TYPE>::operator=(const TYPE& value)
{
this->value_ = value;