diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 00:06:07 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 00:06:07 +0000 |
commit | 51f8cbd1e6bda9fc3ee01cbcb6305fbd0d760f49 (patch) | |
tree | 10e8af6827368c6ceb5e733627c5faf5e361b748 /TAO/tao/IIOP_Connection_Handler.cpp | |
parent | 860ac45fe29e5b8e33304d7d7d83629de17ca427 (diff) | |
download | ATCD-51f8cbd1e6bda9fc3ee01cbcb6305fbd0d760f49.tar.gz |
ChangeLogTag: Mon Sep 17 19:00:00 2001 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.cpp')
-rw-r--r-- | TAO/tao/IIOP_Connection_Handler.cpp | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp index fdd6cf457ef..1f7cc7c3c7d 100644 --- a/TAO/tao/IIOP_Connection_Handler.cpp +++ b/TAO/tao/IIOP_Connection_Handler.cpp @@ -1,18 +1,19 @@ // $Id$ -#include "IIOP_Connection_Handler.h" -#include "Timeprobe.h" -#include "debug.h" -#include "ORB_Core.h" -#include "ORB.h" -#include "CDR.h" -#include "Messaging_Policy_i.h" -#include "Server_Strategy_Factory.h" -#include "IIOP_Transport.h" -#include "IIOP_Endpoint.h" -#include "Transport_Cache_Manager.h" -#include "Base_Transport_Property.h" -#include "Resume_Handle.h" +#include "tao/IIOP_Connection_Handler.h" +#include "tao/Timeprobe.h" +#include "tao/debug.h" +#include "tao/ORB_Core.h" +#include "tao/ORB.h" +#include "tao/CDR.h" +#include "tao/Messaging_Policy_i.h" +#include "tao/Server_Strategy_Factory.h" +#include "tao/IIOP_Transport.h" +#include "tao/IIOP_Endpoint.h" +#include "tao/Transport_Cache_Manager.h" +#include "tao/Thread_Lane_Resources.h" +#include "tao/Base_Transport_Property.h" +#include "tao/Resume_Handle.h" #if !defined (__ACE_INLINE__) # include "tao/IIOP_Connection_Handler.i" @@ -272,8 +273,8 @@ TAO_IIOP_Connection_Handler::add_transport_to_cache (void) TAO_Base_Transport_Property prop (&endpoint); // Add the handler to Cache - return this->orb_core ()->transport_cache ()->cache_transport (&prop, - this->transport ()); + return this->orb_core ()->lane_resources ().transport_cache ().cache_transport (&prop, + this->transport ()); } int |