Files
TrinityCore/dep/acelite/ace/Shared_Memory.cpp
T
click 9b16ee203f Dep/ACE: Upgrade ACE -library to 5.8.3
--HG--
branch : trunk
2010-11-04 05:30:29 +01:00

14 lines
217 B
C++

// $Id: Shared_Memory.cpp 91286 2010-08-05 09:04:31Z johnnyw $
#include "ace/Shared_Memory.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Shared_Memory::~ACE_Shared_Memory (void)
{
}
ACE_END_VERSIONED_NAMESPACE_DECL