summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-15 20:02:32 +0000
committersergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-15 20:02:32 +0000
commit6b33bc42e021251685e5e569caa94f0e42a0dff5 (patch)
treee67701bd7d01e810d4950980e274e985f2d883f8
parentac0640eaeb944e63bc27a384e9ab299cb61f62e2 (diff)
downloadATCD-6b33bc42e021251685e5e569caa94f0e42a0dff5.tar.gz
*** empty log message ***
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.cpp6
-rw-r--r--TAO/tests/Cubit/TAO/MT_Cubit/cubit_i.cpp6
2 files changed, 4 insertions, 8 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.cpp
index a2b964c9df5..4ed26dce816 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/cubit_i.cpp
@@ -35,7 +35,7 @@ Cubit_i::cube_octet (CORBA::Octet o,
// this->util_started_ = 1;
// this->ts_->timer_.start ();
// }
-fprintf (stderr, ".");
+
return (CORBA::Octet) (o * o * o);
}
@@ -73,10 +73,8 @@ Cubit_i::noop (CORBA::Environment &)
void Cubit_i::shutdown (CORBA::Environment &)
{
-fprintf (stderr, "\n<------------\n");
ACE_DEBUG ((LM_DEBUG,
"(%t) Calling TAO_ORB_Core_instance ()->orb ()->shutdown ()\n"));
TAO_ORB_Core_instance ()->orb ()->shutdown ();
-ts_->utilization_task_started_ = 0;
-fprintf (stderr, "\n------------>\n");
+ ts_->utilization_task_started_ = 0;
}
diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/cubit_i.cpp b/TAO/tests/Cubit/TAO/MT_Cubit/cubit_i.cpp
index a2b964c9df5..4ed26dce816 100644
--- a/TAO/tests/Cubit/TAO/MT_Cubit/cubit_i.cpp
+++ b/TAO/tests/Cubit/TAO/MT_Cubit/cubit_i.cpp
@@ -35,7 +35,7 @@ Cubit_i::cube_octet (CORBA::Octet o,
// this->util_started_ = 1;
// this->ts_->timer_.start ();
// }
-fprintf (stderr, ".");
+
return (CORBA::Octet) (o * o * o);
}
@@ -73,10 +73,8 @@ Cubit_i::noop (CORBA::Environment &)
void Cubit_i::shutdown (CORBA::Environment &)
{
-fprintf (stderr, "\n<------------\n");
ACE_DEBUG ((LM_DEBUG,
"(%t) Calling TAO_ORB_Core_instance ()->orb ()->shutdown ()\n"));
TAO_ORB_Core_instance ()->orb ()->shutdown ();
-ts_->utilization_task_started_ = 0;
-fprintf (stderr, "\n------------>\n");
+ ts_->utilization_task_started_ = 0;
}