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

#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