summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_Framework/CSD_POA.inl
blob: 948d7f064cd1c6cb3b5e885f244813fd36afe3b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE
TAO::CSD::Strategy_Proxy&
TAO_CSD_POA::servant_dispatching_strategy_proxy () const
{
  return *sds_proxy_;
}

TAO_END_VERSIONED_NAMESPACE_DECL