summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Messaging_Policy_i.i
blob: 2915eaae01ea6491ce2b2310cd42807b62a47b5d (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

#if (TAO_HAS_SYNC_SCOPE_POLICY == 1)

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

#endif /* TAO_HAS_SYNC_SCOPE_POLICY == 1 */