summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/IOR_MCast
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-09 10:38:55 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-09 16:08:01 +0200
commit6f72892d61032d294fe1387a36ec6e04e9efa9c2 (patch)
treeefd140d6ea35c16825922b8373a2fbf227cdc370 /TAO/orbsvcs/tests/IOR_MCast
parent6d7b6be10a2c2be4fc47bdd2e285657fcc4d60fd (diff)
downloadATCD-6f72892d61032d294fe1387a36ec6e04e9efa9c2.tar.gz
Fix trailing newline in class declarations
Diffstat (limited to 'TAO/orbsvcs/tests/IOR_MCast')
-rw-r--r--TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h1
-rw-r--r--TAO/orbsvcs/tests/IOR_MCast/server_i.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h b/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
index 67829f3be31..129dd3d0354 100644
--- a/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
+++ b/TAO/orbsvcs/tests/IOR_MCast/ior_mcast_client_i.h
@@ -28,7 +28,6 @@ class ior_mcast_Client_i
private:
// mcast_ior
ACE_CString mcast_url_;
-
};
#endif /* IOR_MCAST_CLIENT_I_H */
diff --git a/TAO/orbsvcs/tests/IOR_MCast/server_i.h b/TAO/orbsvcs/tests/IOR_MCast/server_i.h
index 278511cb33f..0de7f0d6446 100644
--- a/TAO/orbsvcs/tests/IOR_MCast/server_i.h
+++ b/TAO/orbsvcs/tests/IOR_MCast/server_i.h
@@ -50,7 +50,6 @@ private:
// Address of the multicast address where to listen for requests for */
// the server. */
-
};
#endif /* SERVER_I_H */