summaryrefslogtreecommitdiff
path: root/ace/UPIPE_Acceptor.inl
blob: 0e28e250ab077d5ae34a89c3f00ef82c0889162e (plain)
1
2
3
4
5
6
7
8
9
/* -*- C++ -*- */
// $Id$

ACE_INLINE int
ACE_UPIPE_Acceptor::remove (void)
{
  ACE_TRACE ("ACE_UPIPE_Acceptor::remove");
  return this->ACE_SPIPE_Acceptor::remove ();
}