repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
performance-tests
/
RTEvent
/
lib
/
Client_Pair.inl
blob
b6918b8b6319d68bb81879b45c924823ca840faf
1
/**
2
* @file Client_Pair.inl
3
*
4
* @author Carlos O'Ryan <coryan@uci.edu>
5
*/
6
7
ACE_INLINE
8
Client_Pair::Client_Pair ()
9
{
10
}
11
12
ACE_INLINE Supplier *
13
Client_Pair::supplier () const
14
{
15
return this->supplier_.in ();
16
}
17
18
ACE_INLINE Consumer *
19
Client_Pair::consumer () const
20
{
21
return this->consumer_.in ();
22
}