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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tao
/
PortableServer
/
Non_Servant_Upcall.inl
blob
d9b4fc5439af4de7c736c42a7a28285c77851a75
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
namespace TAO
5
{
6
namespace Portable_Server
7
{
8
ACE_INLINE ::TAO_Root_POA &
9
Non_Servant_Upcall::poa () const
10
{
11
return this->poa_;
12
}
13
}
14
}
15
16
TAO_END_VERSIONED_NAMESPACE_DECL