summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/ESF/ESF_Worker.cpp
blob: bf44a389032a8934eddc5e8231016977354d4665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef TAO_ESF_WORKER_CPP
#define TAO_ESF_WORKER_CPP

#include "orbsvcs/ESF/ESF_Worker.h"

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

template<class Object>
TAO_ESF_Worker<Object>::~TAO_ESF_Worker (void)
{
}

template<class Object>
void TAO_ESF_Worker<Object>::set_size (size_t)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL

#endif /* TAO_ESF_WORKER_CPP */