summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-09 14:31:18 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-09 16:08:09 +0200
commit430d023f1d97173cfd104498f92dc4ccaa1c4135 (patch)
treec12843e878f9a62dacfd2dc81e0c6eb7f3dcc7cf /TAO/tests/Two_Objects
parentd75c37b54441651922e5dcfd287cbc87b1833e23 (diff)
downloadATCD-430d023f1d97173cfd104498f92dc4ccaa1c4135.tar.gz
Remove extra newline after public, protected and private
Diffstat (limited to 'TAO/tests/Two_Objects')
-rw-r--r--TAO/tests/Two_Objects/First_i.h2
-rw-r--r--TAO/tests/Two_Objects/Object_Factory_i.h1
-rw-r--r--TAO/tests/Two_Objects/Second_i.h1
-rw-r--r--TAO/tests/Two_Objects/worker.h1
4 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tests/Two_Objects/First_i.h b/TAO/tests/Two_Objects/First_i.h
index 0d15b14b8d1..9b6f53cc0a1 100644
--- a/TAO/tests/Two_Objects/First_i.h
+++ b/TAO/tests/Two_Objects/First_i.h
@@ -14,7 +14,6 @@ class First_i
: public virtual POA_Two_Objects_Test::First
{
public:
-
// Ctor..
First_i (CORBA::ORB_ptr orb, ACE_Auto_Event &two_way_done);
@@ -22,7 +21,6 @@ public:
void oneway_method (void);
private:
-
/// Use an ORB reference to convert strings to objects and shutdown
/// the application.
CORBA::ORB_var orb_;
diff --git a/TAO/tests/Two_Objects/Object_Factory_i.h b/TAO/tests/Two_Objects/Object_Factory_i.h
index 5d7c6f53d26..701a4bfb1df 100644
--- a/TAO/tests/Two_Objects/Object_Factory_i.h
+++ b/TAO/tests/Two_Objects/Object_Factory_i.h
@@ -14,7 +14,6 @@ class Object_Factory_i
: public virtual POA_Two_Objects_Test::Object_Factory
{
public:
-
Object_Factory_i (CORBA::ORB_ptr orb,
CORBA::ULong len);
diff --git a/TAO/tests/Two_Objects/Second_i.h b/TAO/tests/Two_Objects/Second_i.h
index c4f54572700..895dc85b823 100644
--- a/TAO/tests/Two_Objects/Second_i.h
+++ b/TAO/tests/Two_Objects/Second_i.h
@@ -13,7 +13,6 @@ class Second_i
: public virtual POA_Two_Objects_Test::Second
{
public:
-
Second_i ( CORBA::ORB_ptr orb,
CORBA::ULong len, ACE_Auto_Event &two_way_done);
diff --git a/TAO/tests/Two_Objects/worker.h b/TAO/tests/Two_Objects/worker.h
index 2e50f9c9982..82dba9770b1 100644
--- a/TAO/tests/Two_Objects/worker.h
+++ b/TAO/tests/Two_Objects/worker.h
@@ -10,7 +10,6 @@
class Worker : public ACE_Task_Base
{
public:
-
// Ctor
Worker (CORBA::ORB_ptr orb);