summaryrefslogtreecommitdiff
path: root/ace/Timer_Wheel_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-14 21:45:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-14 21:45:15 +0000
commita71704263560521e40659fd92315411018efb3a3 (patch)
tree9d4be762e03bbb102e7255a87956c2dea7c5bda7 /ace/Timer_Wheel_T.h
parentfece36c9fea0aeea41ddb296e622bd309720f240 (diff)
downloadATCD-a71704263560521e40659fd92315411018efb3a3.tar.gz
.
Diffstat (limited to 'ace/Timer_Wheel_T.h')
-rw-r--r--ace/Timer_Wheel_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timer_Wheel_T.h b/ace/Timer_Wheel_T.h
index 88e131b1faf..25e717825bd 100644
--- a/ace/Timer_Wheel_T.h
+++ b/ace/Timer_Wheel_T.h
@@ -20,6 +20,10 @@
#include "ace/Timer_Queue_T.h"
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+#pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
// Forward declaration
template <class TYPE, class FUNCTOR, class ACE_LOCK>
class ACE_Timer_Wheel_T;