summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 10:42:26 +0100
commit9c2821704d3f5919de4cc6d1612ceef77dfc85b6 (patch)
tree490d5c6732977dac6aa166f211613d3c8144311b /TAO/examples
parent44b236a3a36ce56a1029788a17ce4e6a43fc3fc7 (diff)
downloadATCD-9c2821704d3f5919de4cc6d1612ceef77dfc85b6.tar.gz
Layout changes
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Load_Balancing/Load_Balancer_i.h3
-rw-r--r--TAO/examples/Load_Balancing_persistent/Load_Balancer_i.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/TAO/examples/Load_Balancing/Load_Balancer_i.h b/TAO/examples/Load_Balancing/Load_Balancer_i.h
index 46ee9caa3bd..fd1f91d685c 100644
--- a/TAO/examples/Load_Balancing/Load_Balancer_i.h
+++ b/TAO/examples/Load_Balancing/Load_Balancer_i.h
@@ -180,8 +180,7 @@ public:
* ``round robin.'' If the group contains no members, <no_such_member>
* exception is thrown.
*/
- CORBA::Object_ptr resolve (void)
- = 0;
+ CORBA::Object_ptr resolve (void) = 0;
/**
* Returns an object with the specified <Member_ID>. If this
diff --git a/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.h b/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.h
index 190798281df..cd60a1a87f7 100644
--- a/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.h
+++ b/TAO/examples/Load_Balancing_persistent/Load_Balancer_i.h
@@ -219,8 +219,7 @@ public:
* ``round robin.'' If the group contains no members, <no_such_member>
* exception is thrown.
*/
- char * resolve (void)
- = 0;
+ char * resolve (void) = 0;
/**
* Returns an object with the specified <Member_ID>. If this