summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-15 15:31:02 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-15 15:31:02 +0000
commit082e2b7c7a3ccb9a65f2ecee57ef0ff7ec2c02fe (patch)
tree43995ff2eb098054ac1c2e3b2625c5efb23fd1d0 /cpp
parentMore updates, mostly asserts() added, but some editing of the documentation (diff)
downloadice-082e2b7c7a3ccb9a65f2ecee57ef0ff7ec2c02fe.tar.bz2
ice-082e2b7c7a3ccb9a65f2ecee57ef0ff7ec2c02fe.tar.xz
ice-082e2b7c7a3ccb9a65f2ecee57ef0ff7ec2c02fe.zip
Fixed up the slice2docbook for the SslExtension and SslSystem related
methods.
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();