mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
12 lines
207 B
C++
12 lines
207 B
C++
// -*- C++ -*-
|
|
//
|
|
// $Id: Manual_Event.inl 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_INLINE
|
|
ACE_Manual_Event::~ACE_Manual_Event (void)
|
|
{
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|