Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Connection_Purging_Strategy.inl
blob52ff23827d24b32a907aa66c84183304beb05fe2
1 // -*- C++ -*-
2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE
5 TAO_Connection_Purging_Strategy::TAO_Connection_Purging_Strategy (
6   int cache_maximum)
7   : cache_maximum_ (cache_maximum)
11 TAO_END_VERSIONED_NAMESPACE_DECL