summaryrefslogtreecommitdiff
path: root/ace/Time_Value.h
blob: 913b180c2a01891321fd64086b56e1b8b5cc9ad7 (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
26
27
28
/* -*- C++ -*- */

//=============================================================================
/**
 *  @file    Time_Value.h
 *
 *  $Id$
 *
 *  @author Doug Schmidt
 */
//=============================================================================


#ifndef ACE_TIME_VALUE_H
#define ACE_TIME_VALUE_H
#include "ace/pre.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"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#include "ace/post.h"
#endif /* ACE_TIME_VALUE */