summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp12
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp3
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp3
3 files changed, 6 insertions, 12 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp
index c980d2b422e..dd8769afc25 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp
@@ -113,8 +113,7 @@ TAO_ComponentRepository_i::create_servants_and_poas (
TAO_IDLType_i *
TAO_ComponentRepository_i::select_idltype (
- CORBA::DefinitionKind def_kind
- ) const
+ CORBA::DefinitionKind def_kind) const
{
switch (def_kind)
{
@@ -129,8 +128,7 @@ TAO_ComponentRepository_i::select_idltype (
TAO_Container_i *
TAO_ComponentRepository_i::select_container (
- CORBA::DefinitionKind def_kind
- ) const
+ CORBA::DefinitionKind def_kind) const
{
switch (def_kind)
{
@@ -147,8 +145,7 @@ TAO_ComponentRepository_i::select_container (
TAO_Contained_i *
TAO_ComponentRepository_i::select_contained (
- CORBA::DefinitionKind def_kind
- ) const
+ CORBA::DefinitionKind def_kind) const
{
switch (def_kind)
{
@@ -181,8 +178,7 @@ TAO_ComponentRepository_i::select_contained (
PortableServer::POA_ptr
TAO_ComponentRepository_i::select_poa (
- CORBA::DefinitionKind def_kind
- ) const
+ CORBA::DefinitionKind def_kind) const
{
switch (def_kind)
{
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp
index 78a1b0db812..3d3ae83bf82 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp
@@ -395,8 +395,7 @@ RedGreen_Test_StructuredPushConsumer::~RedGreen_Test_StructuredPushConsumer (
void
RedGreen_Test_StructuredPushConsumer::accumulate_into (
- ACE_Throughput_Stats &throughput
- ) const
+ ACE_Throughput_Stats &throughput) const
{
throughput.accumulate (this->throughput_);
}
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp
index 404f031adae..90b629a2271 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp
@@ -101,8 +101,7 @@ Throughput_StructuredPushSupplier::~Throughput_StructuredPushSupplier ()
void
Throughput_StructuredPushSupplier::accumulate_into (
- ACE_Throughput_Stats &throughput
- ) const
+ ACE_Throughput_Stats &throughput) const
{
throughput.accumulate (this->throughput_);
}