summaryrefslogtreecommitdiff
path: root/trunk/ACE/ace/Synch_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/ace/Synch_T.cpp')
-rw-r--r--trunk/ACE/ace/Synch_T.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/trunk/ACE/ace/Synch_T.cpp b/trunk/ACE/ace/Synch_T.cpp
new file mode 100644
index 00000000000..22ee08d4e0b
--- /dev/null
+++ b/trunk/ACE/ace/Synch_T.cpp
@@ -0,0 +1,22 @@
+// $Id$
+
+#ifndef ACE_SYNCH_T_CPP
+#define ACE_SYNCH_T_CPP
+
+#include "ace/Thread.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+// FUZZ: disable check_for_synch_include
+#include "ace/Synch_T.h"
+#include "ace/Log_Msg.h"
+
+#include "ace/Lock_Adapter_T.cpp"
+#include "ace/Reverse_Lock_T.cpp"
+#include "ace/Guard_T.cpp"
+#include "ace/TSS_T.cpp"
+#include "ace/Condition_T.cpp"
+
+#endif /* ACE_SYNCH_T_CPP */