summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp
blob: f3d296bed6b26cd29c34797751b1fe4e6938ae4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "orbsvcs/Event/EC_Factory.h"
#include "ace/Dynamic_Service.h"



TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_RTEvent_Serv_Export unsigned short TAO_EC_debug_level;

TAO_EC_Factory::TAO_EC_Factory (void)
{
  TAO_EC_debug_level = 0;
}

TAO_EC_Factory::~TAO_EC_Factory (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL