summaryrefslogtreecommitdiff
path: root/ace/POSIX_CB_Proactor.inl
blob: 5e6be74df2663050065143cbf8e11f8400773322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- C++ -*- */
// $Id$

#if defined (ACE_HAS_AIO_CALLS)

ACE_INLINE
ACE_POSIX_Proactor::Proactor_Type ACE_POSIX_CB_Proactor::get_impl_type (void)
{
  return PROACTOR_CB;
}

#endif /* ACE_HAS_AIO_CALLS */