mirror of
https://github.com/mangosfour/server.git
synced 2025-12-11 16:37:03 +00:00
17 lines
397 B
C++
17 lines
397 B
C++
/* -*- C++ -*- */
|
|
/**
|
|
* @file Condition_Attributes.cpp
|
|
*
|
|
* $Id: Condition_Attributes.cpp 96265 2012-11-13 13:31:10Z johnnyw $
|
|
*
|
|
* 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__ */
|