diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-02 04:08:14 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-02 04:08:14 +0000 |
commit | e12541e81a599f9bbdaaa2dee057910ba8f032a8 (patch) | |
tree | 2f6d35d010baf75e4704bff8006965a36749aa9c /ace/Synch.h | |
parent | fb4d3c3d46890c054b5d9096a2ef1e44df998645 (diff) | |
download | ATCD-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.h | 16 |
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 |