summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable
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/IORTable
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/IORTable')
-rw-r--r--TAO/tao/IORTable/Async_Table_Adapter.h2
-rw-r--r--TAO/tao/IORTable/Locate_ResponseHandler.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/IORTable/Async_Table_Adapter.h b/TAO/tao/IORTable/Async_Table_Adapter.h
index 8930289bf36..330445362d1 100644
--- a/TAO/tao/IORTable/Async_Table_Adapter.h
+++ b/TAO/tao/IORTable/Async_Table_Adapter.h
@@ -28,7 +28,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_Async_IORTable_Export TAO_Async_Table_Adapter : public TAO_Table_Adapter
{
public:
-
/// Constructor
TAO_Async_Table_Adapter (TAO_ORB_Core &orb_core);
@@ -47,7 +46,6 @@ protected:
/// Helper method to find an object bound in the table.
void find_object (::IORTable::Locate_ResponseHandler rh,
TAO::ObjectKey &key);
-
};
// ****************************************************************
diff --git a/TAO/tao/IORTable/Locate_ResponseHandler.h b/TAO/tao/IORTable/Locate_ResponseHandler.h
index 3b1abc02326..81d4ce29cf5 100644
--- a/TAO/tao/IORTable/Locate_ResponseHandler.h
+++ b/TAO/tao/IORTable/Locate_ResponseHandler.h
@@ -119,7 +119,6 @@ public:
static TAO_AMH_Locate_ResponseHandler* _unchecked_narrow (CORBA::Object_ptr);
protected:
-
/// Return 0. Should never be used.
virtual const char *_interface_repository_id (void) const;