00001 // -*- C++ -*- 00002 // 00003 // $Id: Messaging_Policy_i.inl 73791 2006-07-27 20:54:56Z wotte $ 00004 00005 #if (TAO_HAS_SYNC_SCOPE_POLICY == 1) 00006 00007 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00008 00009 ACE_INLINE void 00010 TAO_Sync_Scope_Policy::get_synchronization (Messaging::SyncScope &s) const 00011 { 00012 s = this->synchronization_; 00013 } 00014 00015 TAO_END_VERSIONED_NAMESPACE_DECL 00016 00017 #endif /* TAO_HAS_SYNC_SCOPE_POLICY == 1 */