summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects/Second_i.h
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/Second_i.h
parentd75c37b54441651922e5dcfd287cbc87b1833e23 (diff)
downloadATCD-430d023f1d97173cfd104498f92dc4ccaa1c4135.tar.gz
Remove extra newline after public, protected and private
Diffstat (limited to 'TAO/tests/Two_Objects/Second_i.h')
-rw-r--r--TAO/tests/Two_Objects/Second_i.h1
1 files changed, 0 insertions, 1 deletions
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);