Files
azerothcore-wotlk/dep/acelite/ace/SPIPE_Connector.inl
Yehonal e8e94a0a66 First Commit
For Azeroth!
2016-06-26 10:39:44 +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