3 // ================================================================
7 * This file contains TAO-specific idl interfaces (not part of CORBA
10 * The steps to regenerate the code are as follows:
12 * 1. Run the tao_idl compiler on the pidl file. The command used for
16 * -o orig -Gp -Gd -GA -SS -Sci
17 * -Wb,export_macro=TAO_Export
18 * -Wb,pre_include="ace/pre.h"
19 * -Wb,post_include="ace/post.h"
22 * 2. The files are ready to use
24 // ================================================================
29 #include "tao/Policy.pidl"
30 #include "tao/TimeBase.pidl"
31 #include "tao/Messaging_SyncScope.pidl"
38 const Messaging::SyncScope SYNC_DELAYED_BUFFERING = -2;
43 #endif /* TAO_TAO_IDL */