summaryrefslogtreecommitdiff
path: root/ace/Countdown_Time.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Countdown_Time.h')
-rw-r--r--ace/Countdown_Time.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Countdown_Time.h b/ace/Countdown_Time.h
index 374f8d00140..248e2d19951 100644
--- a/ace/Countdown_Time.h
+++ b/ace/Countdown_Time.h
@@ -23,6 +23,8 @@
#include "ace/Time_Value.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Countdown_Time
*
@@ -71,6 +73,8 @@ private:
ACE_Countdown_Time &operator= (const ACE_Countdown_Time &);
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_COUNTDOWN_TIME_H */