diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-02 04:08:14 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-02 04:08:14 +0000 |
commit | 79ac8ef5e83c63ee47f4a542a81598eb6be91fda (patch) | |
tree | 2f6d35d010baf75e4704bff8006965a36749aa9c /ace/Date_Time.h | |
parent | 8f69e97f4dd195efee5e4c9212e0baf9a5fcb581 (diff) | |
download | ATCD-79ac8ef5e83c63ee47f4a542a81598eb6be91fda.tar.gz |
ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Date_Time.h')
-rw-r--r-- | ace/Date_Time.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/Date_Time.h b/ace/Date_Time.h index 14b37f76c6d..8e106742197 100644 --- a/ace/Date_Time.h +++ b/ace/Date_Time.h @@ -1,6 +1,6 @@ -/* -*- C++ -*- */ +// -*- C++ -*- -//============================================================================= +//========================================================================== /** * @file Date_Time.h * @@ -9,18 +9,20 @@ * @author Tim Harrison (harrison@cs.wustl.edu) (and he's darn proud of this ;-)) * */ -//============================================================================= +//========================================================================== #ifndef ACE_DATE_TIME_H #define ACE_DATE_TIME_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 */ +#include "ace/OS.h" + /** * @class ACE_Date_Time * |