summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Lite.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Lite.h')
-rw-r--r--TAO/tao/GIOP_Message_Lite.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/GIOP_Message_Lite.h b/TAO/tao/GIOP_Message_Lite.h
index 1b8ca86c180..c92e9606009 100644
--- a/TAO/tao/GIOP_Message_Lite.h
+++ b/TAO/tao/GIOP_Message_Lite.h
@@ -139,7 +139,12 @@ private:
// <request_id> and <response_required> are set as part of the
// message processing.
- int parse_request_header (TAO_GIOP_ServerRequest &request);
+ void find_ior_in_table (TAO_ObjectKey &object_key,
+ TAO_ORB_Core *orb_core,
+ CORBA::Environment &ACE_TRY_ENV);
+ // Find the IOR in table
+
+ int parse_request_header (TAO_GIOP_ServerRequest &request);
// Parse the Request Message header
int parse_locate_header (TAO_GIOP_Locate_Request_Header &request);