Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / tao / TAO.pidl
blob391d2d420fa8bea6c015dffde5efa8840473c9d6
1 // -*- IDL -*-
3 // ================================================================
4 /**
5  *  @file TAO.pidl
6  *
7  *  This file contains TAO-specific idl interfaces (not part of CORBA
8  *  2.6).
9  *
10  *  The steps to regenerate the code are as follows:
11  *
12  * 1. Run the tao_idl compiler on the pidl file.  The command used for
13  *   this is:
14  *
15  *   tao_idl
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"
20  *       TAO.pidl
21  *
22  * 2. The files are ready to use
23  */
24 // ================================================================
26 #ifndef TAO_TAO_IDL
27 #define TAO_TAO_IDL
29 #include "tao/Policy.pidl"
30 #include "tao/TimeBase.pidl"
31 #include "tao/Messaging_SyncScope.pidl"
33 #pragma prefix "tao"
35 module TAO
37   // = TAO specific.
38   const Messaging::SyncScope SYNC_DELAYED_BUFFERING = -2;
41 #pragma prefix ""
43 #endif /* TAO_TAO_IDL */