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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
examples
/
AMH
/
Sink_Server
/
Base_Server.inl
blob
87240a2232c26ba74191dbda4dbaf1bfc0110603
1
#include "Base_Server.h"
2
3
ACE_INLINE CORBA::ORB_ptr
4
Base_Server::orb (void)
5
{
6
return this->orb_.in();
7
}