Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / performance-tests / RTEvent / lib / Client_Pair.inl
blob00ed4bf5241421945e792d0cf5209011add683e8
1 /**
2  * @file Client_Pair.inl
3  *
4  * @author Carlos O'Ryan <coryan@uci.edu>
5  */
7 ACE_INLINE
8 Client_Pair::Client_Pair (void)
12 ACE_INLINE Supplier *
13 Client_Pair::supplier (void) const
15   return this->supplier_.in ();
18 ACE_INLINE Consumer *
19 Client_Pair::consumer (void) const
21   return this->consumer_.in ();