diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-01 05:06:42 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-01 05:06:42 +0000 |
commit | 96f2e77772c7c855d468a8b2ffed2608da6fe89c (patch) | |
tree | cc9c7723971543db846eaa8ee006f362f02274d4 /TAO/tao/GIOP_Message_Lite.h | |
parent | ab4409112cf5f931d25202a2ea0d0ea4dd6d4a03 (diff) | |
download | ATCD-96f2e77772c7c855d468a8b2ffed2608da6fe89c.tar.gz |
ChangeLogTag:Thu Aug 31 16:31:04 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Lite.h')
-rw-r--r-- | TAO/tao/GIOP_Message_Lite.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/GIOP_Message_Lite.h b/TAO/tao/GIOP_Message_Lite.h index c92e9606009..1b8ca86c180 100644 --- a/TAO/tao/GIOP_Message_Lite.h +++ b/TAO/tao/GIOP_Message_Lite.h @@ -139,12 +139,7 @@ private: // <request_id> and <response_required> are set as part of the // message processing. - 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); + int parse_request_header (TAO_GIOP_ServerRequest &request); // Parse the Request Message header int parse_locate_header (TAO_GIOP_Locate_Request_Header &request); |