10.12. Special Directives

This section describes other special IDL directives that do not fit in any other category.

10.12.1. The include_header Directive

The “include_header” directive satisfies the following syntax:


(84)       <include_header> ::= "include_header"
                                <string_literal>
                                ";"

It instructs the IDL processor to include specified file in all files that are generated from the IDL file the derictive appears in. Use it if class described in an IDL files are defined in multiple C++ headers.