summaryrefslogtreecommitdiff
path: root/ACE/ace/Condition_Attributes.cpp
blob: 265a7432f4161141e6613d2441c9940a5a7ab198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- C++ -*- */
/**
 * @file Condition_Attributes.cpp
 *
 * $Id$
 *
 * 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__ */