00001 // -*- C++ -*- 00002 // 00003 // $Id: Connection_Purging_Strategy.inl 69150 2005-11-02 07:13:04Z ossama $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO_Connection_Purging_Strategy::TAO_Connection_Purging_Strategy ( 00009 int cache_maximum) 00010 : cache_maximum_ (cache_maximum) 00011 { 00012 } 00013 00014 TAO_END_VERSIONED_NAMESPACE_DECL