summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp')
-rw-r--r--TAO/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp b/TAO/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp
index 2c0c00875ad..3079aa04a3b 100644
--- a/TAO/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp
+++ b/TAO/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp
@@ -161,7 +161,6 @@ Worker::Worker (CORBA::ORB_ptr orb,
RTCORBA::TCPProtocolProperties::_narrow (base_transport_protocol_properties.in ());
tcp_base_transport_protocol_properties->enable_network_priority (this->enable_diffserv_code_points_);
- ACE_CHECK;
RTCORBA::ProtocolList protocols;
protocols.length (1);
@@ -189,7 +188,6 @@ Worker::Worker (CORBA::ORB_ptr orb,
RTCORBA::UserDatagramProtocolProperties::_narrow (test_transport_protocol_properties.in ());
udp_test_transport_protocol_properties->enable_network_priority (enable_diffserv_code_points);
- ACE_CHECK;
}
else if (protocols[0].protocol_type == TAO_TAG_SCIOP_PROFILE)
{
@@ -197,7 +195,6 @@ Worker::Worker (CORBA::ORB_ptr orb,
RTCORBA::StreamControlProtocolProperties::_narrow (test_transport_protocol_properties.in ());
sctp_test_transport_protocol_properties->enable_network_priority (enable_diffserv_code_points);
- ACE_CHECK;
}
else if (protocols[0].protocol_type == IOP::TAG_INTERNET_IOP)
{
@@ -205,7 +202,6 @@ Worker::Worker (CORBA::ORB_ptr orb,
RTCORBA::TCPProtocolProperties::_narrow (test_transport_protocol_properties.in ());
tcp_test_transport_protocol_properties->enable_network_priority (enable_diffserv_code_points);
- ACE_CHECK;
}
protocols[0].transport_protocol_properties =