Files
azerothcore-wotlk/deps/acelite/ace/Reverse_Lock_T.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

17 lines
393 B
C++

// -*- C++ -*-
#include "ace/config-all.h"
#include "ace/OS_NS_errno.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template <class ACE_LOCKING_MECHANISM> ACE_INLINE
ACE_Reverse_Lock<ACE_LOCKING_MECHANISM>::ACE_Reverse_Lock (
ACE_LOCKING_MECHANISM &lock,
ACE_Acquire_Method::METHOD_TYPE acquire_method)
: lock_ (lock),
acquire_method_ (acquire_method)
{
}
ACE_END_VERSIONED_NAMESPACE_DECL