summaryrefslogtreecommitdiff
path: root/ace/System_Time.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:34:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-20 02:34:57 +0000
commit5c1001ce4f585836e1f83c28d1df89aee42fb743 (patch)
tree5967e9ca7d44ed1d2823be9746817ebb8e025f5d /ace/System_Time.h
parent2ae14b2b85ad813a269e8a5529aa76cf984fa8a5 (diff)
downloadATCD-5c1001ce4f585836e1f83c28d1df89aee42fb743.tar.gz
changed include protection from #if !defined to ifndef, and added #pragma once, if possible
Diffstat (limited to 'ace/System_Time.h')
-rw-r--r--ace/System_Time.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/ace/System_Time.h b/ace/System_Time.h
index b05bc7aac98..a213c8c24d3 100644
--- a/ace/System_Time.h
+++ b/ace/System_Time.h
@@ -6,12 +6,12 @@
//
// = LIBRARY
// ace
-//
+//
// = FILENAME
// System_Time.h
//
// = AUTHOR
-// Prashant Jain, Tim H. Harrison and Douglas C. Schmidt
+// Prashant Jain, Tim H. Harrison and Douglas C. Schmidt
//
// ============================================================================
@@ -19,13 +19,14 @@
#define ACE_SYSTEM_TIME_H
#include "ace/OS.h"
-#include "ace/Memory_Pool.h"
-#include "ace/Malloc_T.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
-#pragma once
+# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Memory_Pool.h"
+#include "ace/Malloc_T.h"
+
class ACE_Export ACE_Date_Time
{
// = TITLE