summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp
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
commiteb17bf7f11e5f9df768e4951baf92da2566ddfd9 (patch)
tree7c5edd25e1ba9abeb35eefeab15cbecbcdcca9a0 /TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp
parent0cc711b8c1613db64b11bba749b8840ded5431f8 (diff)
downloadATCD-eb17bf7f11e5f9df768e4951baf92da2566ddfd9.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/ECM_Consumer.cpp')
-rw-r--r--TAO/orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp4
1 files changed, 2 insertions, 2 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));