summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Channel_Clients_T.inl
blob: 3bf0741999b525aed26284473bc10c26f88f72f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL

template<class TARGET> ACE_INLINE
ACE_PushConsumer_Adapter<TARGET>::ACE_PushConsumer_Adapter (TARGET *t)
  :  target_ (t)
{
}

template<class TARGET> ACE_INLINE
ACE_PushSupplier_Adapter<TARGET>::ACE_PushSupplier_Adapter (TARGET *t)
  :  target_ (t)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL