summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/slice/Ice/Communicator.ice10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/slice/Ice/Communicator.ice b/cpp/slice/Ice/Communicator.ice
index fdf15cc7f04..288470f9e4a 100644
--- a/cpp/slice/Ice/Communicator.ice
+++ b/cpp/slice/Ice/Communicator.ice
@@ -349,15 +349,15 @@ local interface Communicator
/**
*
- * Get an [IceSSL::SslExtension] instance. The SSL extension
- * instance can then be used as a factory for generation of some
- * stock worker objects.
- // ML: What "are stock worker objects"?
+ * Get an [IceSSL::SslExtension] intance, which can be used as a
+ * factory for generation of stock [IceSSL::CertificateVerifier]
+ * instances.
*
- * @return An SSL extension object representing the SSL
+ * @return An [SslExtension] instance representing the SSL
* implementation.
*
* @see IceSSL::SslExtension
+ * @see IceSSL::CertificateVerifier
*
**/
IceSSL::SslExtension getSslExtension();