mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
14 lines
294 B
C++
14 lines
294 B
C++
// -*- C++ -*-
|
|
//
|
|
// $Id: UPIPE_Acceptor.inl 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
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
|