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

template<class TYPE, class INTERFACE, class INTERFACE_PTR, class EXCEPTION> ACE_INLINE void
TAO_Notify_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;
}