// $Id$ #ifndef TAO_PSEUDO_VAROUT_T_C #define TAO_PSEUDO_VAROUT_T_C #include "tao/Pseudo_VarOut_T.h" #if !defined (__ACE_INLINE__) #include "tao/Pseudo_VarOut_T.inl" #endif /* __ACE_INLINE__ */ ACE_RCSID (tao, Pseudo_VarOut_T, "$Id$") template TAO_Pseudo_Var_T & TAO_Pseudo_Var_T::operator= (const TAO_Pseudo_Var_T & p) { if (this != &p) { CORBA::release (this->ptr_); this->ptr_ = T::_duplicate (p.ptr ()); } return *this; } #endif /* TAO_PSEUDO_VAROUT_T_C */