Go to the documentation of this file.00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 #ifndef TAO_MESSAGING_SYNCSCOPE_POLICY_PIDL
00015 #define TAO_MESSAGING_SYNCSCOPE_POLICY_PIDL
00016 
00017 #include "tao/Policy.pidl"
00018 #include "tao/Messaging_SyncScope.pidl"
00019 #include "tao/Messaging/Messaging_Types.pidl"
00020 
00021 #pragma prefix "omg.org"
00022 
00023 module Messaging
00024 {
00025   
00026 
00027   
00028   
00029   
00030   local interface SyncScopePolicy : CORBA::Policy {
00031     readonly attribute SyncScope synchronization;
00032   };
00033 };
00034 
00035 #endif