Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tao / RTPortableServer / RTPortableServer_include.pidl
blob42f4dd0dcacae0ed6d74649665ffe14324310f8a
1 /**
2  * @file RTPortableServer_include.pidl
3  *
4  * @brief Include file for use in applications that need RTPortableServer.pidl.
5  *
6  * This file just includes RTPortableServer.pidl. The *C.h file generated from
7  * this is hand-crafted to itself include RTPortableServer.h instead of
8  * RTPortableServerC.h (which will produce a compiler error message if
9  * included directly). The RTPortableServer_includeC.h file can then be
10  * included directly and automatically by the IDL compiler when
11  * building the application.
12  *
13  *   1. Run the tao_idl compiler on the pidl file.  The command used for
14  *     this is:
15  *
16  *     tao_idl -o orig -St -Sp -Sci -SS
17  *          -Wb,export_macro=TAO_RTPortableServer_Export \
18  *          -Wb,export_include="rtportableserver_export.h" \
19  *          -Wb,pre_include="ace/pre.h"
20  *          -Wb,post_include="ace/post.h"
21  *          RTPortableServer_include.pidl
22  *
23  *   2. Then change this line in RTPortableServer_includeC.h:
24  *
25  *          #include "RTPortableServerC.h"
26  *
27  *      to
28  *
29  *          #include "RTPortableServer.h"
30  */
32 #ifndef _RTPORTABLESERVER_INCLUDE_IDL_
33 #define _RTPORTABLESERVER_INCLUDE_IDL_
35 #pragma prefix ""
37 ///FUZZ: disable check_for_include/
38 #include "tao/RTPortableServer/RTPortableServer.pidl"
40 #endif /* _RTPORTABLESERVER_INCLUDE_IDL_ */