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

#include "Proxy.h"

ACE_INLINE void
TAO_NS_Subscription_Change_Worker::work (TAO_NS_Proxy* proxy ACE_ENV_ARG_DECL)
{
  proxy->admin_subscription (this->added_, this->removed_ ACE_ENV_ARG_PARAMETER);
}