00001 // $Id: Connection_Purging_Strategy.cpp 69150 2005-11-02 07:13:04Z ossama $ 00002 00003 #include "tao/Connection_Purging_Strategy.h" 00004 00005 #if !defined (__ACE_INLINE__) 00006 # include "tao/Connection_Purging_Strategy.inl" 00007 #endif /* __ACE_INLINE__ */ 00008 00009 ACE_RCSID (tao, 00010 Connection_Purging_Strategy, 00011 "$Id: Connection_Purging_Strategy.cpp 69150 2005-11-02 07:13:04Z ossama $") 00012 00013 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00014 00015 TAO_Connection_Purging_Strategy::~TAO_Connection_Purging_Strategy (void) 00016 { 00017 } 00018 00019 int 00020 TAO_Connection_Purging_Strategy::cache_maximum (void) const 00021 { 00022 return cache_maximum_; 00023 } 00024 00025 TAO_END_VERSIONED_NAMESPACE_DECL