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