summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Messaging_Policy_i.inl
blob: 9c2cb3ef7b562f6cc21af50ba70619f6a4415272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-
#if (TAO_HAS_SYNC_SCOPE_POLICY == 1)

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_INLINE void
TAO_Sync_Scope_Policy::get_synchronization (Messaging::SyncScope &s) const
{
  s = this->synchronization_;
}

TAO_END_VERSIONED_NAMESPACE_DECL

#endif /* TAO_HAS_SYNC_SCOPE_POLICY == 1 */