summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.i
blob: 7120a4017f2f09953ecdb7c7a943526e4fd44869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

extern unsigned long 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 (EC_TPC_debug_level > 0)        
    ACE_DEBUG ((LM_DEBUG, "(%P|%t) EC_TPC_ProxyPushSupplier::CTOR (%@)\n", this));
}