summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Banded_Connections/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Banded_Connections/server.cpp')
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/server.cpp b/TAO/tests/RTCORBA/Banded_Connections/server.cpp
index 24de7167209..5207ebe4175 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/server.cpp
+++ b/TAO/tests/RTCORBA/Banded_Connections/server.cpp
@@ -397,8 +397,6 @@ main (int argc, char *argv[])
// Servant.
Test_i server_impl (orb.in (), bands);
- Test_i server_impl2 (orb.in (), bands);
-
// Test 1: Attempt to create a POA with priority bands but
// without the priority model. Should get POA::InvalidPolicy
@@ -515,7 +513,7 @@ main (int argc, char *argv[])
ACE_DEBUG ((LM_DEBUG, "\nActivated object two as "));
result = create_object (server_declared_poa.in (),
orb.in (),
- &server_impl2,
+ &server_impl,
ior_output_file2,
ACE_TRY_ENV);
ACE_TRY_CHECK;