ported double tracking from TC
This commit is contained in:
15
deps/acelite/ace/DEV.inl
vendored
Normal file
15
deps/acelite/ace/DEV.inl
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// -*- C++ -*-
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
ACE_INLINE int
|
||||
ACE_DEV::disable (int signum) const
|
||||
{
|
||||
#if defined (ACE_WIN32)
|
||||
ACE_UNUSED_ARG (signum) ;
|
||||
return 0 ;
|
||||
#else /* ACE_WIN32 */
|
||||
return ACE_IO_SAP::disable (signum) ;
|
||||
#endif /* ACE_WIN32 */
|
||||
}
|
||||
|
||||
ACE_END_VERSIONED_NAMESPACE_DECL
|
||||
Reference in New Issue
Block a user