Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Connection_Purging_Strategy.cpp
blobecdc639fbe43849f52f1f87d27463751b1879e0d
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 ()
13 int
14 TAO_Connection_Purging_Strategy::cache_maximum () const
16 return cache_maximum_;
19 TAO_END_VERSIONED_NAMESPACE_DECL