summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/ComponentRepository_i.cpp12
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp8
2 files changed, 8 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/orbsvcs/Notify/Refcountable.cpp b/TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp
index a57cd230a60..b39aded25c9 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp
@@ -32,11 +32,11 @@ public:
static TAO_Notify_Tracker& get_instance();
- void add( TAO_Notify_Refcountable* p );
+ void add( TAO_Notify_Refcountable* p);
- void remove( const TAO_Notify_Refcountable* p );
+ void remove( const TAO_Notify_Refcountable* p);
- Entry find( const TAO_Notify_Refcountable* p ) const;
+ Entry find( const TAO_Notify_Refcountable* p) const;
void dump( const char* title = 0 );
@@ -227,7 +227,7 @@ TAO_Notify_Tracker::remove( const TAO_Notify_Refcountable* p )
TAO_Notify_Tracker::Entry
-TAO_Notify_Tracker::find( const TAO_Notify_Refcountable* p ) const
+TAO_Notify_Tracker::find( const TAO_Notify_Refcountable* p) const
{
Entry e = { 0, "" };
if ( p == 0 ) return e;