mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
12 lines
229 B
C++
12 lines
229 B
C++
// -*- C++ -*-
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_INLINE bool
|
|
ACE_SPIPE_Connector::reset_new_handle (ACE_HANDLE)
|
|
{
|
|
// Nothing to do here since the handle is not a socket
|
|
return false;
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|