summaryrefslogtreecommitdiff
path: root/ace/Countdown_Time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Countdown_Time.cpp')
-rw-r--r--ace/Countdown_Time.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Countdown_Time.cpp b/ace/Countdown_Time.cpp
index fb03f0465e0..b8556633cb1 100644
--- a/ace/Countdown_Time.cpp
+++ b/ace/Countdown_Time.cpp
@@ -5,8 +5,6 @@ ACE_RCSID (ace,
Countdown_Time,
"$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_Countdown_Time::ACE_Countdown_Time (ACE_Time_Value *max_wait_time)
: max_wait_time_ (max_wait_time),
stopped_ (0)
@@ -62,5 +60,3 @@ ACE_Countdown_Time::update (void)
{
return this->stop () == 0 && this->start ();
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL