summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/lib/Client_Pair.inl
blob: a4c0f7cabb79e96327cdfb9a2b2a35ddbda936b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * @file Client_Pair.inl
 *
 * $Id$
 *
 * @author Carlos O'Ryan <coryan@uci.edu>
 */

ACE_INLINE
Client_Pair::Client_Pair (void)
{
}

ACE_INLINE Supplier *
Client_Pair::supplier (void) const
{
  return this->supplier_.in ();
}

ACE_INLINE Consumer *
Client_Pair::consumer (void) const
{
  return this->consumer_.in ();
}