#include "tao/PortableServer/PortableServer_include.pidl"
#include "tao/RTCORBA/RTCORBA_include.pidl"
Include dependency graph for RTPortableServer.pidl:
This graph shows which files directly or indirectly include this file:
This file was used to generate the code in RTPortableServerC.{h,cpp} The steps to regenerate the code are as follows:
1. Run the tao_idl compiler on the pidl file. The command used for this is:
tao_idl -o orig -Ge 1 -GA -Sc -Sci -Wb,export_macro=TAO_RTPortableServer_Export -Wb,export_include="rtportableserver_export.h" -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" RTPortableServer.pidl
2. The generated files are ready to use