Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Messaging_SyncScope.pidl
blob4ebff469941f0291d1e01337210e6e69c3e82471
1 // -*- IDL -*-
2 /**
3  *  @file Messaging_SyncScope.pidl
4  */
5 #ifndef TAO_MESSAGING_SYNCSCOPE_PIDL
6 #define TAO_MESSAGING_SYNCSCOPE_PIDL
8 #pragma prefix "omg.org"
10 module Messaging
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 */