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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
performance-tests
/
RTEvent
/
lib
/
RTClient_Setup.inl
blob
f866c65c836e930169244f0456c96fd75b781225
1
/**
2
* @file RTClient_Setup.inl
3
*
4
* @author Carlos O'Ryan <coryan@uci.edu>
5
*/
6
7
ACE_INLINE int
8
RTClient_Setup::use_rt_corba () const
9
{
10
return this->use_rt_corba_;
11
}
12
13
ACE_INLINE RTCORBA_Setup *
14
RTClient_Setup::rtcorba_setup ()
15
{
16
return this->rtcorba_setup_.get ();
17
}