summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.inl')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.inl17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.inl b/ACE/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.inl
new file mode 100644
index 00000000000..6e5b54fb0a3
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.inl
@@ -0,0 +1,17 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+extern unsigned long TAO_EC_TPC_debug_level;
+
+ACE_INLINE
+TAO_EC_TPC_ProxyPushSupplier::TAO_EC_TPC_ProxyPushSupplier (TAO_EC_Event_Channel_Base* ec, int validate_connection)
+: TAO_EC_Default_ProxyPushSupplier (ec, validate_connection)
+{
+ if (TAO_EC_TPC_debug_level > 0)
+ ACE_DEBUG ((LM_DEBUG, "(%P|%t) EC_TPC_ProxyPushSupplier::CTOR (%@)\n", this));
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL