summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Timer_Heap_T.cpp')
-rw-r--r--ace/Timer_Heap_T.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Timer_Heap_T.cpp b/ace/Timer_Heap_T.cpp
index 21c82bbe99d..7ab0fa8e030 100644
--- a/ace/Timer_Heap_T.cpp
+++ b/ace/Timer_Heap_T.cpp
@@ -1,12 +1,16 @@
// $Id$
-#if !defined (ACE_TIMER_HEAP_T_C)
+#ifndef ACE_TIMER_HEAP_T_C
#define ACE_TIMER_HEAP_T_C
#define ACE_BUILD_DLL
#include "ace/Timer_Heap_T.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
ACE_RCSID(ace, Timer_Heap_T, "$Id$")
// Define some simple macros to clarify the code.