00001 // -*- C++ -*- 00002 // 00003 // Seq_Worker_T.inl,v 1.5 2005/11/14 22:03:49 ossama Exp 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 ACE_ENV_ARG_DECL_NOT_USED) 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