summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/common_args.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 15:39:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 15:39:09 +0000
commitc801f87e59c00f72bdeb5ce7bd0d276674665bac (patch)
tree70bff03d1cf156ecf05ee4c5c338d8ce423e64ee /TAO/tests/RTCORBA/common_args.cpp
parent98c0b37d4714ff774fc3ada8c9ee893c719af714 (diff)
downloadATCD-c801f87e59c00f72bdeb5ce7bd0d276674665bac.tar.gz
Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/RTCORBA/common_args.cpp')
-rw-r--r--TAO/tests/RTCORBA/common_args.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tests/RTCORBA/common_args.cpp b/TAO/tests/RTCORBA/common_args.cpp
index 3085aa72bcb..f5e1ca5729b 100644
--- a/TAO/tests/RTCORBA/common_args.cpp
+++ b/TAO/tests/RTCORBA/common_args.cpp
@@ -99,7 +99,6 @@ get_priority_bands (const char *test_type,
CORBA::Policy_var banded_connection_policy =
rt_orb->create_priority_banded_connection_policy (bands
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK_RETURN (-1);
policies.length (policies.length () + 1);
policies[policies.length () - 1] =
@@ -240,12 +239,10 @@ get_priority_lanes (const char *test_type,
max_buffered_requests,
max_request_buffer_size
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK_RETURN (-1);
CORBA::Policy_var threadpool_policy =
rt_orb->create_threadpool_policy (threadpool_id
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK_RETURN (-1);
policies.length (policies.length () + 1);
policies[policies.length () - 1] =
@@ -291,7 +288,6 @@ get_protocols (const char *test_type,
CORBA::Policy_var protocol_policy =
rt_orb->create_client_protocol_policy (protocols
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK_RETURN (-1);
policies.length (policies.length () + 1);
policies[policies.length () - 1] =
@@ -371,18 +367,15 @@ get_auto_priority_lanes_and_bands (CORBA::ULong number_of_lanes,
max_buffered_requests,
max_request_buffer_size
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
policies.length (policies.length () + 1);
policies[policies.length () - 1] =
rt_orb->create_priority_banded_connection_policy (bands
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
policies.length (policies.length () + 1);
policies[policies.length () - 1] =
rt_orb->create_threadpool_policy (threadpool_id
ACE_ENV_ARG_PARAMETER);
- ACE_CHECK;
}