diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-30 09:53:25 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-30 09:53:25 +0000 |
commit | 23636828a01696d5d32ad02fe98df98f2c7e0244 (patch) | |
tree | b9556f3d8751e0666c4d5692cb5a73568d04bc18 /TAO/tao/ImR_Client | |
parent | 6e5231feafa08c2d5cab39c40c50dde78fd328fc (diff) | |
download | ATCD-23636828a01696d5d32ad02fe98df98f2c7e0244.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/ImR_Client')
-rw-r--r-- | TAO/tao/ImR_Client/ImplRepo.pidl | 9 | ||||
-rw-r--r-- | TAO/tao/ImR_Client/ServerObject.pidl | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/ImR_Client/ImplRepo.pidl b/TAO/tao/ImR_Client/ImplRepo.pidl index 2cbee7c7825..383d7dcef23 100644 --- a/TAO/tao/ImR_Client/ImplRepo.pidl +++ b/TAO/tao/ImR_Client/ImplRepo.pidl @@ -1,19 +1,10 @@ // -*- IDL -*- -//============================================================================= /** * @file ImplRepo.pidl * * $Id$ - * - * This file is used to generate the code in ImplRepo{A,C,S}.{h,inl,cpp} - * - * The command used to generate code from this file is: - * - * tao_idl -Ssi -Gp -Gd -I$(TAO_ROOT) -Wb,export_macro=TAO_IMR_Client_Export -Wb,export_include=imr_client_export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" ImplRepo.pidl - * */ -//============================================================================= #ifndef TAO_IMRCLIENT_IMPLREPO_PIDL #define TAO_IMRCLIENT_IMPLREPO_PIDL diff --git a/TAO/tao/ImR_Client/ServerObject.pidl b/TAO/tao/ImR_Client/ServerObject.pidl index dff1b816359..479bc1f38dc 100644 --- a/TAO/tao/ImR_Client/ServerObject.pidl +++ b/TAO/tao/ImR_Client/ServerObject.pidl @@ -1,19 +1,10 @@ // -*- IDL -*- -//============================================================================= /** * @file ServerObject.pidl * * $Id$ - * - * This file is used to generate the code in ServerObject{A,C,S}.{h,inl,cpp} - * - * The command used to generate code from this file is: - * - * tao_idl -Ssi -Gp -Gd -I$(TAO_ROOT) -Wb,export_macro=TAO_IMR_Client_Export -Wb,export_include=imr_client_export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" ServerObject.pidl - * */ -//============================================================================= #ifndef TAO_IMRCLIENT_SERVEROBJECT_PIDL #define TAO_IMRCLIENT_SERVEROBJECT_PIDL |