This section describes other special IDL directives that do not fit in any other category.
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.