summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Worker_Task.cpp
blob: 317d4fc3c3b2abcc865956218711a97ccbdee6e1 (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(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*/)
{
}