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

ACE_INLINE Messaging::SyncScope
TAO_Sync_Scope_Policy::synchronization (CORBA::Environment &)
{
  return this->synchronization_;
}

ACE_INLINE Messaging::SyncScope
TAO_Sync_Scope_Policy::synchronization (void)
{
  return this->synchronization_;
}