summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/IORManip_IIOP_Filter.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-01-28 15:09:36 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-01-28 15:09:36 +0100
commitea67ac4d6fbe101532dda1f7d8247f3de5b1849a (patch)
treecbdc1581823d0eadb69466e03ed449a556d84da1 /TAO/tao/IORManipulation/IORManip_IIOP_Filter.h
parent1540f6900d923c6f4548c90dde09bb4d6175a45a (diff)
downloadATCD-ea67ac4d6fbe101532dda1f7d8247f3de5b1849a.tar.gz
Layout changes
* TAO/tao/Abstract_Servant_Base.h: * TAO/tao/AnyTypeCode/Alias_TypeCode.h: * TAO/tao/AnyTypeCode/Alias_TypeCode_Static.h: * TAO/tao/AnyTypeCode/Empty_Param_TypeCode.h: * TAO/tao/AnyTypeCode/Enum_TypeCode.h: * TAO/tao/AnyTypeCode/Enum_TypeCode_Static.h: * TAO/tao/AnyTypeCode/Fixed_TypeCode.h: * TAO/tao/AnyTypeCode/Indirected_Type_TypeCode.h: * TAO/tao/AnyTypeCode/Objref_TypeCode.h: * TAO/tao/AnyTypeCode/Objref_TypeCode_Static.h: * TAO/tao/AnyTypeCode/Recursive_Type_TypeCode.h: * TAO/tao/AnyTypeCode/Sequence_TypeCode.h: * TAO/tao/AnyTypeCode/Sequence_TypeCode_Static.h: * TAO/tao/AnyTypeCode/String_TypeCode.h: * TAO/tao/AnyTypeCode/Struct_TypeCode.h: * TAO/tao/AnyTypeCode/Struct_TypeCode_Static.h: * TAO/tao/AnyTypeCode/True_RefCount_Policy.h: * TAO/tao/AnyTypeCode/TypeCode.h: * TAO/tao/AnyTypeCode/TypeCode_Case_Base_T.h: * TAO/tao/AnyTypeCode/Union_TypeCode.h: * TAO/tao/AnyTypeCode/Value_TypeCode.h: * TAO/tao/AnyTypeCode/Value_TypeCode_Static.h: * TAO/tao/Asynch_Reply_Dispatcher_Base.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Asynch_Request.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_With_Server_Request.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Corba_Request.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Asynch_Request.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request_Operation.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Queue_Visitor.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Remote_Request.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Request.h: * TAO/tao/CSD_ThreadPool/CSD_TP_Strategy.h: * TAO/tao/Cleanup_Func_Registry.h: * TAO/tao/Connection_Handler.h: * TAO/tao/DiffServPolicy/DiffServ_Protocols_Hooks.h: * TAO/tao/Dynamic_TP/DTP_POA_Strategy.h: * TAO/tao/Dynamic_TP/DTP_Thread_Lane_Resources_Manager.h: * TAO/tao/Endpoint.h: * TAO/tao/FlResource/FlResource_Factory.h: * TAO/tao/FoxResource/FoxResource_Factory.h: * TAO/tao/GUIResource_Factory.h: * TAO/tao/IIOP_Profile.h: * TAO/tao/IIOP_Transport.h: * TAO/tao/IORManipulation/IORManip_Filter.h: * TAO/tao/IORManipulation/IORManip_IIOP_Filter.h: * TAO/tao/IORManipulation/IORManipulation.h: * TAO/tao/IORTable/Async_Table_Adapter.h: * TAO/tao/IORTable/Locate_ResponseHandler.h: * TAO/tao/Invocation_Adapter.h: * TAO/tao/LF_Event.h: * TAO/tao/LF_Invocation_Event.h: * TAO/tao/LF_Multi_Event.h: * TAO/tao/LocalObject.h: * TAO/tao/MProfile.h: * TAO/tao/Messaging/AMH_Response_Handler.h: * TAO/tao/Messaging/Asynch_Invocation_Adapter.h: * TAO/tao/Transport.h:
Diffstat (limited to 'TAO/tao/IORManipulation/IORManip_IIOP_Filter.h')
-rw-r--r--TAO/tao/IORManipulation/IORManip_IIOP_Filter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/IORManipulation/IORManip_IIOP_Filter.h b/TAO/tao/IORManipulation/IORManip_IIOP_Filter.h
index 20834c1b872..0b606e23f95 100644
--- a/TAO/tao/IORManipulation/IORManip_IIOP_Filter.h
+++ b/TAO/tao/IORManipulation/IORManip_IIOP_Filter.h
@@ -59,14 +59,12 @@ public:
const TAO_IORManip_IIOP_Filter::Profile_Info& pinfo);
protected:
-
/// This is the bulk of the filtering code.
virtual void filter_and_add (TAO_Profile* profile,
TAO_MProfile& profiles,
TAO_Profile* guideline = 0);
private:
-
/// Fill in the Profile_Info with information from the profile.
int fill_profile_info (TAO_Profile* profile,
TAO_IORManip_IIOP_Filter::Profile_Info& pinfo);