summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Endpoint_Selectors.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-28 20:25:46 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-28 20:25:46 +0000
commit4d0feb81e577ac4a88535af599f9043dad84cc63 (patch)
tree665e71d61a70c11aa16abf2e408f84b982287bc7 /TAO/tao/Invocation_Endpoint_Selectors.cpp
parent269ce41e1336f3142c191b405683ba1330d2c301 (diff)
downloadATCD-4d0feb81e577ac4a88535af599f9043dad84cc63.tar.gz
ChangeLogTag:Wed Mar 28 12:20:08 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Invocation_Endpoint_Selectors.cpp')
-rw-r--r--TAO/tao/Invocation_Endpoint_Selectors.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Endpoint_Selectors.cpp b/TAO/tao/Invocation_Endpoint_Selectors.cpp
index 317477e74cd..4b604e611dd 100644
--- a/TAO/tao/Invocation_Endpoint_Selectors.cpp
+++ b/TAO/tao/Invocation_Endpoint_Selectors.cpp
@@ -168,7 +168,7 @@ TAO_Endpoint_Selector_Factory::get_selector (TAO_GIOP_Invocation
}
#else /* TAO_HAS_RT_CORBA == 1 */
- ACE_UNUSED_ARG (ACE_TRY_ENV);
+ ACE_UNUSED_ARG (ACE_TRY_ENV); // FUZZ: ignore check_for_ace_check
invocation->endpoint_selector_ =
invocation->orb_core_->default_endpoint_selector ();
@@ -245,7 +245,7 @@ check_client_priority_policy (TAO_GIOP_Invocation *invocation,
#else
ACE_UNUSED_ARG (invocation);
- ACE_UNUSED_ARG (ACE_TRY_ENV);
+ ACE_UNUSED_ARG (ACE_TRY_ENV); // FUZZ: ignore check_for_ace_check
#endif /* TAO_HAS_CLIENT_PRIORITY_POLICY == 1 */
}