summaryrefslogtreecommitdiff
path: root/ace/Time_Value.h
blob: 53a46b9244a2c35492d4d9270bd2e12ab19a3fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* -*- 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 */