diff options
Diffstat (limited to 'ace/Time_Value.h')
-rw-r--r-- | ace/Time_Value.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ace/Time_Value.h b/ace/Time_Value.h deleted file mode 100644 index 53a46b9244a..00000000000 --- a/ace/Time_Value.h +++ /dev/null @@ -1,25 +0,0 @@ -/* -*- C++ -*- */ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// ace -// -// = FILENAME -// Time_Value.h -// -// = AUTHOR -// Doug Schmidt -// -// ============================================================================ - -#if !defined (ACE_TIME_VALUE_H) -#define ACE_TIME_VALUE_H - -// This file is no longer used and is only here due to backwards -// compatibility. All the functionality has been merged into OS.h. - -#include "ace/OS.h" - -#endif /* ACE_TIME_VALUE */ |