diff options
author | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-18 19:27:05 +0000 |
---|---|---|
committer | oci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-18 19:27:05 +0000 |
commit | 0661dd27de83c0eea45fe67c3a7cd668362d53d4 (patch) | |
tree | 141dfe6e8587b0adf7cb25ebc8b330222b3048cc /TAO/tao/Acceptor_Impl.cpp | |
parent | 8d3d2962261c5d593e40ee773564ded7bed60a52 (diff) | |
download | ATCD-0661dd27de83c0eea45fe67c3a7cd668362d53d4.tar.gz |
ChangeLogTag: Fri May 18 14:23:22 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Acceptor_Impl.cpp')
-rw-r--r-- | TAO/tao/Acceptor_Impl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Acceptor_Impl.cpp b/TAO/tao/Acceptor_Impl.cpp index 896d50aa2d0..208ee97a8bc 100644 --- a/TAO/tao/Acceptor_Impl.cpp +++ b/TAO/tao/Acceptor_Impl.cpp @@ -29,7 +29,7 @@ #include "tao/ORB_Table.h" #include "tao/Server_Strategy_Factory.h" #include "tao/Connector_Registry.h" -#include "tao/Connection_Purging_Strategy.h" +#include "tao/Transport_Cache_Manager.h" #include "ace/Object_Manager.h" @@ -58,7 +58,7 @@ TAO_Creation_Strategy<SVC_HANDLER>::make_svc_handler (SVC_HANDLER *&sh) if (sh == 0) { // Purge connections (if necessary) - this->orb_core_->purging_strategy ()->purge (); + this->orb_core_->transport_cache ()->purge (); ACE_NEW_RETURN (sh, SVC_HANDLER (this->orb_core_, |