summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-11 18:14:43 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-11 18:14:43 +0100
commit4537dce5d336466c58dc607fb511f78ee82580f2 (patch)
tree12a07aef0380d83ed177f573722c5e2d06557a78 /TAO/tao
parent0f58dd1951e1b03fc0b860f7586c0eb5f6a94c32 (diff)
downloadATCD-4537dce5d336466c58dc607fb511f78ee82580f2.tar.gz
Fixed #1449
* TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h: * TAO/tao/Profile_Transport_Resolver.h:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Profile_Transport_Resolver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Profile_Transport_Resolver.h b/TAO/tao/Profile_Transport_Resolver.h
index 22902e6fafe..8af90de85c9 100644
--- a/TAO/tao/Profile_Transport_Resolver.h
+++ b/TAO/tao/Profile_Transport_Resolver.h
@@ -181,12 +181,12 @@ namespace TAO
/**
* If current effective policies cause the invocation to raise
* CORBA::INV_POLICY exception, the conflicting/problematic policies
- * are stored in this list. This is used by \param
- * Object::_validate_connection method to inform clients about
+ * are stored in this list. This is used by
+ * Object::_validate_connection() method to inform clients about
* causes of invocation failure.
* @par
- * Conflicting policies are only stored in this list if \param
- * init_inconsistent_policies method has been called prior to the
+ * Conflicting policies are only stored in this list if
+ * init_inconsistent_policies() method has been called prior to the
* beginning of invocation. This saves extra work of conflicting
* policies 'logging' when it's not needed.
*