1 #include "tao/LRU_Connection_Purging_Strategy.h"
2 #include "tao/Transport.h"
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 TAO_LRU_Connection_Purging_Strategy::TAO_LRU_Connection_Purging_Strategy (
8 : TAO_Connection_Purging_Strategy (cache_maximum
),
14 TAO_LRU_Connection_Purging_Strategy::~TAO_LRU_Connection_Purging_Strategy ()
20 TAO_LRU_Connection_Purging_Strategy::update_item (TAO_Transport
& transport
)
22 transport
.purging_order (++this->order_
);
25 TAO_END_VERSIONED_NAMESPACE_DECL