summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile_Transport_Resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Profile_Transport_Resolver.h')
-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.
*