#include "tao/Policy_Forward.pidl"
#include "tao/OctetSeq.pidl"
#include "tao/orb_types.pidl"
import "tao/PortableServer/PS_Forward.pidl";
import "tao/PortableServer/IdAssignmentPolicy.pidl";
import "tao/PortableServer/IdUniquenessPolicy.pidl";
import "tao/PortableServer/ImplicitActivationPolicy.pidl";
import "tao/PortableServer/LifespanPolicy.pidl";
import "tao/PortableServer/RequestProcessingPolicy.pidl";
import "tao/PortableServer/ServantRetentionPolicy.pidl";
import "tao/PortableServer/ThreadPolicy.pidl";
Include dependency graph for POA.pidl:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
This file is used to generate the code in PortableServerC.{h,inl,cpp}, using the following command:
tao_idl.exe \ -o orig -Sci -Gp -Gd -GA -I/export/home/delphinus/tjuerges/workspace/alma/ACS-current/TAO/ACE_wrappers/build/linux/TAO -Wb,export_macro=TAO_PortableServer_Export \ -Wb,export_include="portableserver_export.h" \ -Wb,pre_include="ace/pre.h" \ -Wb,post_include="ace/post.h" \ PortableServer.pidl
After the file is generated a patch from the diffs directory must be applied. The patch:
Apply patches using the following command:
patch < diffs/PortableServer.diff
Note: The diffs were generated using:
rm diffs/PortableServer.diff for i in PortableServerC.{h,i,cpp}; do diff -wub orig/$i $i >> diffs/PortableServer.diff done
Definition in file POA.pidl.