00001 // -*- C++ -*- 00002 // 00003 // $Id: Seq_Worker_T.inl 76589 2007-01-25 18:04:11Z elliott_c $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 template<class TYPE> ACE_INLINE void 00008 TAO_Notify_Seq_Worker_T<TYPE>::work (TYPE* type) 00009 { 00010 this->seq_->length (this->seq_->length () + 1); 00011 00012 this->seq_[this->seq_->length () - 1] = type->id (); 00013 } 00014 00015 TAO_END_VERSIONED_NAMESPACE_DECL