summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.i
blob: f65b57d2cc70c472f4c7d25ec070d7564d9ea113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

template<class ACE_LOCK> ACE_INLINE
TAO_EC_ProxyPushSupplier_Set_Immediate<ACE_LOCK>::
       TAO_EC_ProxyPushSupplier_Set_Immediate (void)
{
}

// ****************************************************************

template<ACE_SYNCH_DECL> ACE_INLINE
TAO_EC_ProxyPushSupplier_Set_Delayed<ACE_SYNCH_USE>::
       TAO_EC_ProxyPushSupplier_Set_Delayed (void)
 :  busy_cond_ (lock_),
    busy_count_ (0),
    write_delay_ (0)
{
}