summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Purging_Strategy.cpp
blob: ecdc639fbe43849f52f1f87d27463751b1879e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "tao/Connection_Purging_Strategy.h"

#if !defined (__ACE_INLINE__)
# include "tao/Connection_Purging_Strategy.inl"
#endif /* __ACE_INLINE__ */

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Connection_Purging_Strategy::~TAO_Connection_Purging_Strategy ()
{
}

int
TAO_Connection_Purging_Strategy::cache_maximum () const
{
  return cache_maximum_;
}

TAO_END_VERSIONED_NAMESPACE_DECL