mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
11 lines
153 B
C++
11 lines
153 B
C++
#include "ace/Shared_Memory.h"
|
|
|
|
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_Shared_Memory::~ACE_Shared_Memory (void)
|
|
{
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|