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

template<class TYPE, class INTERFACE, class INTERFACE_PTR, class EXCEPTION> ACE_INLINE void
TAO_NS_Find_Worker_T<TYPE,INTERFACE,INTERFACE_PTR,EXCEPTION>::work (TYPE* type ACE_ENV_ARG_DECL_NOT_USED)
{
  if (type->id () == this->id_)
    this->result_ = type;
}