mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 14:10:18 -04:00
9b16ee203f
--HG-- branch : trunk
12 lines
279 B
C++
12 lines
279 B
C++
// $Id: Connection_Recycling_Strategy.cpp 91287 2010-08-05 10:30:49Z johnnyw $
|
|
|
|
#include "ace/Connection_Recycling_Strategy.h"
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_Connection_Recycling_Strategy::~ACE_Connection_Recycling_Strategy (void)
|
|
{
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|