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
/
CSD_Framework
/
CSD_POA.inl
blob
948d7f064cd1c6cb3b5e885f244813fd36afe3b0
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE
5
TAO::CSD::Strategy_Proxy&
6
TAO_CSD_POA::servant_dispatching_strategy_proxy () const
7
{
8
return *sds_proxy_;
9
}
10
11
TAO_END_VERSIONED_NAMESPACE_DECL