aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Condition_Attributes.cpp
blob: 49a02635ba8c9d366ccc1f6b34ed20e99b492141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* -*- C++ -*- */
/**
 * @file Condition_Attributes.cpp
 *
 * $Id: Condition_Attributes.cpp 96061 2012-08-16 09:36:07Z mcorino $
 *
 * 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_HAS_THREADS)

#if !defined (__ACE_INLINE__)
#include "ace/Condition_Attributes.inl"
#endif /* __ACE_INLINE__ */

#endif /* ACE_HAS_THREADS */