1 #include "tao/Connection_Purging_Strategy.h"
3 #if !defined (__ACE_INLINE__)
4 # include "tao/Connection_Purging_Strategy.inl"
5 #endif /* __ACE_INLINE__ */
7 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
9 TAO_Connection_Purging_Strategy::~TAO_Connection_Purging_Strategy ()
14 TAO_Connection_Purging_Strategy::cache_maximum () const
16 return cache_maximum_
;
19 TAO_END_VERSIONED_NAMESPACE_DECL