diff options
author | Knut Petter Svendsen <knut@altuma.no> | 2022-09-09 14:31:18 +0200 |
---|---|---|
committer | Knut Petter Svendsen <knut@altuma.no> | 2022-09-09 16:08:09 +0200 |
commit | 430d023f1d97173cfd104498f92dc4ccaa1c4135 (patch) | |
tree | c12843e878f9a62dacfd2dc81e0c6eb7f3dcc7cf /TAO/tests/Two_Objects/Second_i.h | |
parent | d75c37b54441651922e5dcfd287cbc87b1833e23 (diff) | |
download | ATCD-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.h | 1 |
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); |