summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-12-31 05:12:24 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-12-31 05:12:24 +0000
commit23bb987eccc542fe6243437e629aceeb8f23ef6d (patch)
tree403857c687b8a6dff39cf00c45ec0426577580cd /TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp
parentb470ec3ea1a4ba57fb1f0632de664e0bccfd3104 (diff)
downloadATCD-23bb987eccc542fe6243437e629aceeb8f23ef6d.tar.gz
.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp b/TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp
index 5aac110f3ab..4e4959dd953 100644
--- a/TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp
+++ b/TAO/orbsvcs/orbsvcs/Time/Timer_Helper.cpp
@@ -13,7 +13,6 @@ Timer_Helper::Timer_Helper (void)
Timer_Helper::Timer_Helper (TAO_Time_Service_Clerk *clerk)
: clerk_ (clerk)
{
-
ACE_DEBUG ((LM_DEBUG,
"In the constructor of the Timer Helper\n"));
}
@@ -64,7 +63,6 @@ Timer_Helper::handle_timeout (const ACE_Time_Value &time,
"\nUpdated time from %d servers in the network",
no_of_servers));
-
// Return the average of the times retrieved from the various
// servers.
clerk_->time_ = sum / no_of_servers ;