1 #include "tao/Strategies/NULL_Connection_Purging_Strategy.h"
2 #include "tao/Transport.h"
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 TAO_NULL_Connection_Purging_Strategy::TAO_NULL_Connection_Purging_Strategy (
8 : TAO_Connection_Purging_Strategy (cache_maximum
)
13 TAO_NULL_Connection_Purging_Strategy::update_item (TAO_Transport
&)
18 TAO_NULL_Connection_Purging_Strategy::cache_maximum () const
23 TAO_END_VERSIONED_NAMESPACE_DECL