mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
12 lines
228 B
C++
12 lines
228 B
C++
// -*- C++ -*-
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_INLINE int
|
|
ACE_UPIPE_Acceptor::remove (void)
|
|
{
|
|
ACE_TRACE ("ACE_UPIPE_Acceptor::remove");
|
|
return this->ACE_SPIPE_Acceptor::remove ();
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|