mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
16 lines
324 B
C++
16 lines
324 B
C++
/* -*- C++ -*- */
|
|
/**
|
|
* @file Condition_Attributes.cpp
|
|
*
|
|
* Originally in Synch.cpp
|
|
*
|
|
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
|
|
*/
|
|
|
|
#include "ace/Condition_Thread_Mutex.h"
|
|
#include "ace/Condition_Attributes.h"
|
|
|
|
#if !defined (__ACE_INLINE__)
|
|
#include "ace/Condition_Attributes.inl"
|
|
#endif /* __ACE_INLINE__ */
|