summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-06-07 13:02:49 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-06-07 13:02:49 +0200
commit7bd7f6cfe5764bc2bb9f6fb7204bdf773d693c05 (patch)
tree8b4085f6eada752aee3d999027ae77575cfbe91b
parentec9ea2cb073f98e1f56f23f23ede885c5e4d831e (diff)
downloadATCD-7bd7f6cfe5764bc2bb9f6fb7204bdf773d693c05.tar.gz
Removed empty lines
* TAO/tests/Portable_Interceptors/AdvSlot/client.cpp: * TAO/tests/Portable_Interceptors/AdvSlot/server.cpp: * TAO/tests/Portable_Interceptors/Service_Context_Manipulation/server_interceptor.cpp: * TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h:
-rw-r--r--TAO/tests/Portable_Interceptors/AdvSlot/client.cpp1
-rw-r--r--TAO/tests/Portable_Interceptors/AdvSlot/server.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Service_Context_Manipulation/server_interceptor.cpp1
-rw-r--r--TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h5
4 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tests/Portable_Interceptors/AdvSlot/client.cpp b/TAO/tests/Portable_Interceptors/AdvSlot/client.cpp
index e81c2d3ebaa..79836dbacda 100644
--- a/TAO/tests/Portable_Interceptors/AdvSlot/client.cpp
+++ b/TAO/tests/Portable_Interceptors/AdvSlot/client.cpp
@@ -22,7 +22,6 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_ERROR, "Got number %d\n", n));
server->shutdown ();
-
}
catch (const ::CORBA::Exception &ex)
{
diff --git a/TAO/tests/Portable_Interceptors/AdvSlot/server.cpp b/TAO/tests/Portable_Interceptors/AdvSlot/server.cpp
index db2fe365522..540d1e6e0c8 100644
--- a/TAO/tests/Portable_Interceptors/AdvSlot/server.cpp
+++ b/TAO/tests/Portable_Interceptors/AdvSlot/server.cpp
@@ -162,7 +162,6 @@ public:
slot_id = info->allocate_slot_id ();
ACE_DEBUG ((LM_DEBUG, "Allocated slot with id %d.\n", slot_id));
-
ServerRequestInterceptor_var interceptor (new ReplicaController ());
info->add_server_request_interceptor (interceptor.in ());
}
@@ -199,7 +198,6 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
poa_manager->activate ();
-
// Dump the ior.
//
FILE *output_file= ACE_OS::fopen (ior_output_file, "w");
diff --git a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/server_interceptor.cpp b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/server_interceptor.cpp
index a7660ec5c1a..d27ae377027 100644
--- a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/server_interceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/server_interceptor.cpp
@@ -89,7 +89,6 @@ void
Echo_Server_Request_Interceptor::send_reply (
PortableInterceptor::ServerRequestInfo_ptr ri)
{
-
CORBA::String_var operation = ri->operation ();
ACE_DEBUG ((LM_DEBUG,
diff --git a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h
index b3bc101f5c0..3937af13fdd 100644
--- a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h
@@ -8,7 +8,6 @@
*/
//=============================================================================
-
#ifndef TAO_INTERCEPTOR_TEST_I_H
#define TAO_INTERCEPTOR_TEST_I_H
@@ -21,9 +20,7 @@
*/
class Visual_i : public POA_Test_Interceptors::Visual
{
-
public:
-
Visual_i (CORBA::ORB_ptr orb);
void normal (CORBA::Long arg);
@@ -37,10 +34,8 @@ public:
void shutdown (void);
private:
-
/// The ORB pseudo-reference (for shutdown).
CORBA::ORB_var orb_;
-
};
#endif /* TAO_INTERCEPTOR_TEST_I_H */