From edf96eac63af5926dc9d4cee58306d68f8756cc3 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 25 Jun 2012 09:33:03 +0000 Subject: Mon Jun 25 09:31:34 UTC 2012 Johnny Willemsen * ace/Condition_Attributes.h: * ace/Condition_Attributes.inl: * ace/Condition_Attributes.cpp: * ace/Condition_Recursive_Thread_Mutex.h: * ace/Condition_Thread_Mutex.h: * ace/Condition_Thread_Mutex.inl: * ace/ace.mpc: * ace/ace_for_tao.mpc: Moved condition attributes to its own file --- ACE/ace/Condition_Attributes.cpp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ACE/ace/Condition_Attributes.cpp (limited to 'ACE/ace/Condition_Attributes.cpp') diff --git a/ACE/ace/Condition_Attributes.cpp b/ACE/ace/Condition_Attributes.cpp new file mode 100644 index 00000000000..0203fc519c7 --- /dev/null +++ b/ACE/ace/Condition_Attributes.cpp @@ -0,0 +1,20 @@ +/* -*- C++ -*- */ +/** + * @file Condition_Attributes.cpp + * + * $Id$ + * + * Originally in Synch.cpp + * + * @author Douglas C. Schmidt + */ + +#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 */ -- cgit v1.2.1