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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
performance-tests
/
RTEvent
/
lib
/
ORB_Task.inl
blob
0fb7b20d29dd3e03baceb93216dc55b757604149
1
/**
2
* @file ORB_Task.inl
3
*
4
* @author Carlos O'Ryan <coryan@uci.edu>
5
*/
6
7
ACE_INLINE CORBA::ORB_ptr
8
ORB_Task::operator-> (void) const
9
{
10
return this->orb_.in ();
11
}