3 * @file Messaging_SyncScope.pidl
5 #ifndef TAO_MESSAGING_SYNCSCOPE_PIDL
6 #define TAO_MESSAGING_SYNCSCOPE_PIDL
8 #pragma prefix "omg.org"
12 typedef short SyncScope;
13 const SyncScope SYNC_NONE = 0;
14 const SyncScope SYNC_WITH_TRANSPORT = 1;
15 const SyncScope SYNC_WITH_SERVER = 2;
16 const SyncScope SYNC_WITH_TARGET = 3;
19 #endif /* TAO_MESSAGING_SYNCSCOPE_PIDL */