summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy.pidl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-30 09:53:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-30 09:53:25 +0000
commit911639e2b56e7de6ae7b251f780851f9b22171a1 (patch)
treeb9556f3d8751e0666c4d5692cb5a73568d04bc18 /TAO/tao/Policy.pidl
parent23f556e8d015fd1912acb3eec59bacf5397cc1c9 (diff)
downloadATCD-911639e2b56e7de6ae7b251f780851f9b22171a1.tar.gz
Thu Sep 30 09:47:23 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/AnyTypeCode/AnySeq.pidl: * tao/AnyTypeCode/Dynamic.pidl: * tao/AnyTypeCode/Dynamic_Parameter.pidl: * tao/AnyTypeCode/ValueModifier.pidl: * tao/AnyTypeCode/Visibility.pidl: * tao/BiDir_GIOP/BiDirPolicy.pidl: * tao/BooleanSeq.pidl: * tao/CSD_Framework/CSD_Framework.pidl: * tao/CharSeq.pidl: * tao/DoubleSeq.pidl: * tao/DynamicAny/DynamicAny.pidl: * tao/EndpointPolicy/EndpointPolicyType.pidl: * tao/FloatSeq.pidl: * tao/IIOP.pidl: * tao/IIOP_Endpoints.pidl: * tao/IORInterceptor/IORInfo.pidl: * tao/IORInterceptor/IORInterceptor.pidl: * tao/IORManipulation/IOR.pidl: * tao/IORTable/IORTable.pidl: * tao/ImR_Client/ImplRepo.pidl: * tao/ImR_Client/ServerObject.pidl: * tao/LongDoubleSeq.pidl: * tao/LongLongSeq.pidl: * tao/LongSeq.pidl: * tao/Messaging/Messaging.pidl: * tao/Messaging/Messaging_No_Impl.pidl: * tao/Messaging/Messaging_RT_Policy.pidl: * tao/Messaging/Messaging_SyncScope_Policy.pidl: * tao/Messaging/Messaging_Types.pidl: * tao/Messaging/Pollable.pidl: * tao/Messaging_PolicyValue.pidl: * tao/Messaging_SyncScope.pidl: * tao/ObjectIdList.pidl: * tao/Object_Key.pidl: * tao/OctetSeq.pidl: * tao/PI/ClientRequestInfo.pidl: * tao/PI/ClientRequestInterceptor.pidl: * tao/PI/Interceptor.pidl: * tao/PI/InvalidSlot.pidl: * tao/PI/ORBInitInfo.pidl: * tao/PI/ORBInitializer.pidl: * tao/PI/PIForwardRequest.pidl: * tao/PI/RequestInfo.pidl: * tao/PI_Server/ServerRequestInfo.pidl: * tao/PI_Server/ServerRequestInterceptor.pidl: * tao/ParameterMode.pidl: * tao/Policy.pidl: * tao/Policy_Forward.pidl: * tao/PortableInterceptor.pidl: * tao/PortableServer/POA.pidl: * tao/PortableServer/PS_Forward.pidl: * tao/PortableServer/PortableServer.pidl: * tao/PortableServer/ServantActivator.pidl: * tao/PortableServer/ServantLocator.pidl: * tao/PortableServer/ServantManager.pidl: * tao/RTCORBA/RTCORBA.pidl: * tao/RTPortableServer/RTPortableServer.pidl: * tao/RTScheduling/RTScheduler.pidl: * tao/Services.pidl: * tao/ShortSeq.pidl: * tao/Strategies/COIOP_Endpoints.pidl: * tao/Strategies/sciop_endpoints.pidl: * tao/Strategies/uiop_endpoints.pidl: * tao/StringSeq.pidl: * tao/TimeBase.pidl: * tao/ULongLongSeq.pidl: * tao/ULongSeq.pidl: * tao/UShortSeq.pidl: * tao/WCharSeq.pidl: * tao/WStringSeq.pidl: * tao/orb_types.pidl: Cleanup, no need to document regeneration instructions, that is in the mpc files
Diffstat (limited to 'TAO/tao/Policy.pidl')
-rw-r--r--TAO/tao/Policy.pidl34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/tao/Policy.pidl b/TAO/tao/Policy.pidl
index 16bcb9d0959..bb7905fbd14 100644
--- a/TAO/tao/Policy.pidl
+++ b/TAO/tao/Policy.pidl
@@ -5,40 +5,6 @@
*
* @brief Pre-compiled IDL source for the CORBA::Policy related
* classes.
- *
- * This file is used to generate the code in PolicyC.{h,inl,cpp}.
- * Also, skeleton code for the only non local Policy interface is
- * generated from this pidl file and then the declaration code is
- * moved to tao/PortableServer/PolicyS.{h,inl,cpp}
- *
- * The steps to regenerate the code are as follows:
- *
- * 1. Run the tao_idl compiler on the patched pidl file. The
- * command used for this is:
- *
- * tao_idl.exe
- * -o orig -Gp -Gd -GA -Ssi
- * -Wb,stub_export_macro=TAO_Export
- * -Wb,stub_export_include="tao/TAO_Export.h"
- * -Wb,skel_export_macro=TAO_PortableServer_Export
- * -Wb,skel_export_include=portableserver_export.h
- * -Wb,pre_include="ace/pre.h"
- * -Wb,post_include="ace/post.h"
- * Policy.pidl
- *
- * 2. Then patch the generated code using patches in
- * diff/Policy.diff. To patch the generated code in
- * PortableServer look for diffs in PortableServer/diffs
- * directory.
- *
- * Note: The diffs were generated with these commands:
- *
- * for i in PolicyC.{h,i,cpp}; do
- * diff -wBbu orig/$i $i;
- * done > diffs/Policy.diff
- * for i in Policy{S,S_T}.{h,i,cpp}; do
- * diff -wBbu orig/$i PortableServer/$i;
- * done >> diffs/Policy.diff
*/
#ifndef TAO_CORBA_POLICY_PIDL