summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp
new file mode 100644
index 00000000000..1a5cebd8ecd
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Factory.cpp
@@ -0,0 +1,21 @@
+// $Id$
+
+#include "orbsvcs/Event/EC_Factory.h"
+#include "ace/Dynamic_Service.h"
+
+ACE_RCSID(Event, EC_Factory, "$Id$")
+
+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