summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Custom_Marshal
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-27 19:44:49 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-27 19:44:49 +0000
commitbab98625fb5f60a540d952f0a76535455d347e31 (patch)
tree7c5edd25e1ba9abeb35eefeab15cbecbcdcca9a0 /TAO/orbsvcs/tests/EC_Custom_Marshal
parenta7dd3fdc7192aaa06885efdd21f1421eda88c5cd (diff)
downloadATCD-bab98625fb5f60a540d952f0a76535455d347e31.tar.gz
ChangeLogTag: Thu Jan 27 11:39:00 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal')
-rw-r--r--TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp4
-rw-r--r--TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp4
2 files changed, 4 insertions, 4 deletions
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<long>(ACE_OS::getpid ()));
+ static_cast<long> (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<Test_Consumer**>(consumer_cookie)
+ // (reinterpret_cast<Test_Consumer**> (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<long>(ACE_OS::getpid ()));
+ static_cast<long> (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<CORBA::Long>(this->event_count_) - 1)
+ if (i == static_cast<CORBA::Long> (this->event_count_) - 1)
event[0].header.type = ACE_ES_EVENT_SHUTDOWN;
else if (i % 2 == 0)
event[0].header.type = this->event_a_;