summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing_persistent
diff options
context:
space:
mode:
authorwolff1 <wolff1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-02-23 16:14:17 +0000
committerwolff1 <wolff1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-02-23 16:14:17 +0000
commit23002b1e873da67a177e5129814546d1c85d32b1 (patch)
treefad79d4afc32e0d351e6c4f38aa1984917164146 /TAO/examples/Load_Balancing_persistent
parentb5d25f71734136632f60679ca69fd8333bf1f6d9 (diff)
downloadATCD-23002b1e873da67a177e5129814546d1c85d32b1.tar.gz
merged in changes from trunk/TAO revision 84552 - 84573
Diffstat (limited to 'TAO/examples/Load_Balancing_persistent')
-rw-r--r--TAO/examples/Load_Balancing_persistent/Identity_Client.cpp8
-rw-r--r--TAO/examples/Load_Balancing_persistent/Identity_Server.cpp6
-rw-r--r--TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp14
3 files changed, 14 insertions, 14 deletions
diff --git a/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp b/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp
index 2615c0335e2..a0b47c5629a 100644
--- a/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp
+++ b/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp
@@ -106,8 +106,8 @@ Identity_Client::run (void)
if (obj.in () == 0)
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("(%N|%l) <ERROR> [Identity_Client::run] \n")
- ACE_TEXT ("factory_resolve \n")),
+ ACE_TEXT ("(%N|%l) <ERROR> [Identity_Client::run]\n")
+ ACE_TEXT ("factory_resolve\n")),
-1);
Load_Balancer::Object_Group_Factory_var factory =
@@ -151,7 +151,7 @@ Identity_Client::run (void)
orb->object_to_string (object_group.in ());
ACE_DEBUG ((LM_DEBUG,
- "The ior string is %s \n", iorstring.in ()));
+ "The ior string is %s\n", iorstring.in ()));
#if defined (DOORS_MEASURE_STATS)
// Grab timestamp again.
ACE_hrtime_t now = ACE_OS::gethrtime ();
@@ -162,7 +162,7 @@ Identity_Client::run (void)
}
- ACE_OS::printf ("*=*=*=*=Aggregated result *=*=*=*=*= \n");
+ ACE_OS::printf ("*=*=*=*=Aggregated result *=*=*=*=*=\n");
throughput.dump_results (ACE_TEXT("Aggregated"), gsf);
#endif /*TAO_MEASURE_STATS */
diff --git a/TAO/examples/Load_Balancing_persistent/Identity_Server.cpp b/TAO/examples/Load_Balancing_persistent/Identity_Server.cpp
index 04c0dce0d5a..ff8308fc06d 100644
--- a/TAO/examples/Load_Balancing_persistent/Identity_Server.cpp
+++ b/TAO/examples/Load_Balancing_persistent/Identity_Server.cpp
@@ -130,7 +130,7 @@ Identity_Server::register_groups (void)
catch (const CORBA::Exception&)
{
ACE_DEBUG ((LM_DEBUG,
- "(%N | %l) <Unbind> harmless here \n"));
+ "(%N | %l) <Unbind> harmless here\n"));
}
// Unbind the previously registered round robin group
@@ -141,7 +141,7 @@ Identity_Server::register_groups (void)
catch (const CORBA::Exception&)
{
ACE_DEBUG ((LM_DEBUG,
- "(%N | %l) <Unbind> harmless here \n"));
+ "(%N | %l) <Unbind> harmless here\n"));
}
@@ -214,7 +214,7 @@ Identity_Server::create_objects (size_t number_of_objects,
catch (const CORBA::Exception&)
{
ACE_DEBUG ((LM_DEBUG,
- "(%N | %l) Harmless here \n"));
+ "(%N | %l) Harmless here\n"));
}
// Bind the servant in the random <Object_Group>.
diff --git a/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp b/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp
index 781defc5cc2..e1100a6ef3b 100644
--- a/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp
+++ b/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.cpp
@@ -70,7 +70,7 @@ Object_Group_Factory_i::make_round_robin (const char * id)
(void *)this->rr_groups_) != 0)
{
ACE_ERROR_RETURN ((LM_ERROR,
- "Unable to bind \n"),
+ "Unable to bind\n"),
0);
}
}
@@ -148,7 +148,7 @@ Object_Group_Factory_i::make_random (const char * id)
(void *)this->random_groups_) != 0)
{
ACE_ERROR_RETURN ((LM_ERROR,
- "Unable to bind \n"),
+ "Unable to bind\n"),
0);
}
}
@@ -399,7 +399,7 @@ Object_Group_Factory_i::resolve (const char * id)
now - latency_base);
ACE_UINT32 gsf = ACE_High_Res_Timer::global_scale_factor ();
- ACE_OS::printf ("*=*=*=*=Aggregated result *=*=*=*=*= \n");
+ ACE_OS::printf ("*=*=*=*=Aggregated result *=*=*=*=*=\n");
this->throughput_.dump_results (ACE_TEXT("Aggregated"), gsf);
#endif /*DOORS_MEASURE_STATS*/
@@ -633,7 +633,7 @@ Object_Group_i::bind (const Load_Balancer::Member & member)
(void *)this->members_) != 0)
{
ACE_ERROR ((LM_ERROR,
- "Unable to bind \n"));
+ "Unable to bind\n"));
}
}
@@ -698,7 +698,7 @@ Object_Group_i::bind (const Load_Balancer::Member & member)
(void *)this->member_id_list_) != 0)
{
ACE_ERROR ((LM_ERROR,
- "Unable to bind \n"));
+ "Unable to bind\n"));
return;
}
}
@@ -847,7 +847,7 @@ Object_Group_i::read_from_memory (void)
else
{
ACE_ERROR ((LM_ERROR,
- "Unable to find tha HASH MAP in the MMAP file \n"));
+ "Unable to find tha HASH MAP in the MMAP file\n"));
}
}
@@ -867,7 +867,7 @@ Object_Group_i::read_from_memory (void)
else
{
ACE_ERROR ((LM_ERROR,
- "Unable to find tha HASH MAP in the MMAP file \n"));
+ "Unable to find tha HASH MAP in the MMAP file\n"));
}
}