summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AdvSlot/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AdvSlot/server.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/AdvSlot/server.cpp2
1 files changed, 0 insertions, 2 deletions
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");