From c93515f29d88423ea654ebf1cc7f90633173544a Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 22 Nov 1996 05:10:33 +0000 Subject: *** empty log message *** --- ace/Time_Value.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ace/Time_Value.h') diff --git a/ace/Time_Value.h b/ace/Time_Value.h index e4cdb1223ae..ec2d5aebabf 100644 --- a/ace/Time_Value.h +++ b/ace/Time_Value.h @@ -75,7 +75,7 @@ // Just to be safe we'll do it with pthreads, too -- jwr #if defined (ACE_HAS_DCETHREADS) || defined (ACE_HAS_PTHREADS) extern "C" { -#include +#include /**/ #if defined (DIGITAL_UNIX) #define pthread_self __pthread_self extern "C" pthread_t pthread_self (void); @@ -89,14 +89,14 @@ extern "C" pthread_t pthread_self (void); #define ACE_TRACE(X) ACE_Trace ____ (X, __LINE__, __FILE__) #endif /* ACE_NTRACE */ -#include +#include /**/ #if defined (ACE_NEEDS_SYSTIME_H) // Some platforms may need to include this, but I suspect that most // will get it from #if defined (VXWORKS) -#include +#include /**/ #else -#include +#include /**/ #endif /* VXWORKS */ #endif /* ACE_NEEDS_SYSTIME_H */ @@ -109,7 +109,7 @@ typedef struct timespec } timespec_t; #elif defined (ACE_HAS_BROKEN_POSIX_TIME) // OSF/1 defines struct timespec in - Tom Marrs -#include +#include /**/ #endif /* ACE_HAS_POSIX_TIME */ // #if (!defined (timespec) && !defined (m88k)) -- cgit v1.2.1