summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_dsi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/test_dsi.cpp')
-rw-r--r--TAO/tests/DSI_Gateway/test_dsi.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tests/DSI_Gateway/test_dsi.cpp b/TAO/tests/DSI_Gateway/test_dsi.cpp
index cc796516824..cd9d1596a06 100644
--- a/TAO/tests/DSI_Gateway/test_dsi.cpp
+++ b/TAO/tests/DSI_Gateway/test_dsi.cpp
@@ -43,15 +43,8 @@ DSI_Simple_Server::invoke (CORBA::ServerRequest_ptr request,
target_request->_tao_lazy_evaluation (1);
- // Outgoing request must have the same byte order as the incoming one.
- target_request->_tao_byte_order (request->_tao_incoming_byte_order ());
-
- // Updates the byte order state, if necessary.
target_request->invoke (ACE_TRY_ENV);
ACE_CHECK;
-
- // Outgoing reply must have the same byte order as the incoming one.
- request->_tao_reply_byte_order (target_request->_tao_byte_order ());
}
CORBA::RepositoryId