From bab98625fb5f60a540d952f0a76535455d347e31 Mon Sep 17 00:00:00 2001 From: jtc Date: Thu, 27 Jan 2005 19:44:49 +0000 Subject: ChangeLogTag: Thu Jan 27 11:39:00 2005 J.T. Conklin --- TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp | 4 ++-- TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal') diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp index 6bf4f212e4e..f691b066ae6 100644 --- a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp +++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp @@ -94,7 +94,7 @@ Driver::run (int argc, char* argv[]) if (pid != 0) { ACE_OS::fprintf (pid, "%ld\n", - static_cast(ACE_OS::getpid ())); + static_cast (ACE_OS::getpid ())); ACE_OS::fclose (pid); } } @@ -191,7 +191,7 @@ Driver::push_consumer (void* /* consumer_cookie */, ACE_ENV_ARG_DECL_NOT_USED) { // int ID = - // (reinterpret_cast(consumer_cookie) + // (reinterpret_cast (consumer_cookie) // - this->consumers_); // // ACE_DEBUG ((LM_DEBUG, "(%t) events received by consumer %d\n", ID)); diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp index 51786ae99ef..d37de8a9a41 100644 --- a/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp +++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp @@ -91,7 +91,7 @@ ECMS_Driver::run (int argc, char* argv[]) if (pid != 0) { ACE_OS::fprintf (pid, "%ld\n", - static_cast(ACE_OS::getpid ())); + static_cast (ACE_OS::getpid ())); ACE_OS::fclose (pid); } } @@ -251,7 +251,7 @@ ECMS_Driver::supplier_task (Test_Supplier *supplier, ACE_hrtime_t t = ACE_OS::gethrtime (); ORBSVCS_Time::hrtime_to_TimeT (event[0].header.creation_time, t); - if (i == static_cast(this->event_count_) - 1) + if (i == static_cast (this->event_count_) - 1) event[0].header.type = ACE_ES_EVENT_SHUTDOWN; else if (i % 2 == 0) event[0].header.type = this->event_a_; -- cgit v1.2.1