#include "tao/PortableServer/PortableServer.pidl"
#include "tao/RTCORBA/RTCORBA.pidl"
Include dependency graph for RTPortableServer.pidl:
Namespaces | |
namespace | RTPortableServer |
Classes | |
interface | RTPortableServer::POA |
This file was used to generate the code in RTPortableServerC.{h,i,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 -GT -GA -Sc -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. Then apply the patches in tao/RTPortableServer/diffs to the generated code.