aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Connection_Recycling_Strategy.cpp
blob: 78b088843402e8439af07a5dcaaca558b84edb62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "ace/Connection_Recycling_Strategy.h"


ACE_RCSID(ace, Connection_Recycling_Strategy, "$Id: Connection_Recycling_Strategy.cpp 80826 2008-03-04 14:51:23Z wotte $")


ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_Connection_Recycling_Strategy::~ACE_Connection_Recycling_Strategy (void)
{
}

ACE_END_VERSIONED_NAMESPACE_DECL