summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-02-18 13:14:18 +0000
committerAnthony Neal <aneal@zeroc.com>2002-02-18 13:14:18 +0000
commit07f38f7000b5720b8439ceae483e1cf8c8e3798b (patch)
treeb2e81b798ddbed1e91fb29b5247e4da6690fb0fb /cpp
parentInitial work on the Glacier Router Starter - Ice file has been modified, (diff)
downloadice-07f38f7000b5720b8439ceae483e1cf8c8e3798b.tar.bz2
ice-07f38f7000b5720b8439ceae483e1cf8c8e3798b.tar.xz
ice-07f38f7000b5720b8439ceae483e1cf8c8e3798b.zip
Updated the slice file for Glacier (Glacier.ice) to include comments for
the new parameters I've added (privateKey and publicKey).
Diffstat (limited to 'cpp')
-rw-r--r--cpp/slice/Glacier/Glacier.ice2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/slice/Glacier/Glacier.ice b/cpp/slice/Glacier/Glacier.ice
index 43fa6b4a970..4e2a50d9777 100644
--- a/cpp/slice/Glacier/Glacier.ice
+++ b/cpp/slice/Glacier/Glacier.ice
@@ -57,6 +57,8 @@ interface Starter
*
* @param userId The user id for which to check the password.
* @param password The password for the given user id.
+ * @param privateKey The RSA Private Key (DER encoded) for the client to use.
+ * @param publicKey The RSA Public Key (DER encoded) for the client to use.
*
* @return A proxy to the router that has been started.
*