summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Worker_Task.cpp
blob: ae9f9efab55ce1cc37f872afe470af8de17da047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

#include "Worker_Task.h"

#if ! defined (__ACE_INLINE__)
#include "Worker_Task.inl"
#endif /* __ACE_INLINE__ */

ACE_RCSID(RT_Notify, TAO_NS_Worker_Task, "$Id$")

TAO_NS_Worker_Task::TAO_NS_Worker_Task (void)
{
}

TAO_NS_Worker_Task::~TAO_NS_Worker_Task ()
{
}

void
TAO_NS_Worker_Task::update_qos_properties (const TAO_NS_QoSProperties& /*qos_properties*/)
{
}