summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 04:08:14 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 04:08:14 +0000
commite12541e81a599f9bbdaaa2dee057910ba8f032a8 (patch)
tree2f6d35d010baf75e4704bff8006965a36749aa9c /ace/Synch.h
parentfb4d3c3d46890c054b5d9096a2ef1e44df998645 (diff)
downloadATCD-e12541e81a599f9bbdaaa2dee057910ba8f032a8.tar.gz
ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 0d4ef01c24e..5f9c0c37027 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -1,6 +1,6 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
-//=============================================================================
+//==========================================================================
/**
* @file Synch.h
*
@@ -10,24 +10,20 @@
*
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
-//=============================================================================
+//==========================================================================
#ifndef ACE_SYNCH_H
#define ACE_SYNCH_H
#include "ace/pre.h"
-#include "ace/ACE.h"
+#include "ace/ACE_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-// Forward declarations.
-/**
- * @class ACE_Time_Value;
- template <class ACE_COND_MUTEX> class ACE_Condition;
- */
-class ACE_Time_Value;
+#include "ace/OS.h"
+
/**
* @class ACE_Lock