summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Seq_Worker_T.inl
blob: 97489c1811e72ebab240a14fff8f082968f6b5b6 (plain)
1
2
3
4
5
6
7
8
9
// $Id$

template<class TYPE> ACE_INLINE void
TAO_NS_Seq_Worker_T<TYPE>::work (TYPE* type ACE_ENV_ARG_DECL_NOT_USED)
{
  this->seq_->length (this->seq_->length () + 1);

  this->seq_[this->seq_->length () - 1] = type->id ();
}