Files
azerothcore-wotlk/deps/acelite/ace/SPIPE_Connector.inl
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

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