From e12541e81a599f9bbdaaa2dee057910ba8f032a8 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Thu, 2 May 2002 04:08:14 +0000 Subject: ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman --- ace/Synch.h | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'ace/Synch.h') 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 */ -//============================================================================= +//========================================================================== #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_Condition; - */ -class ACE_Time_Value; +#include "ace/OS.h" + /** * @class ACE_Lock -- cgit v1.2.1