summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Purging_Strategy.cpp
blob: 239c7a0352dc4e3c9057d77f778ade49047dc73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#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 (void)
{
}

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

TAO_END_VERSIONED_NAMESPACE_DECL