diff options
author | Michi Henning <michi@zeroc.com> | 2006-01-10 01:56:44 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-01-10 01:56:44 +0000 |
commit | fba6a7be845f7b001cf69addab1b28d28122f583 (patch) | |
tree | 92ea641529785ec850138576363ab0daea9b0554 /cpp | |
parent | Added UTFConversionException to Unicode (diff) | |
download | ice-fba6a7be845f7b001cf69addab1b28d28122f583.tar.bz2 ice-fba6a7be845f7b001cf69addab1b28d28122f583.tar.xz ice-fba6a7be845f7b001cf69addab1b28d28122f583.zip |
Fixed incorrect comment about setProcess().
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/Ice/Process.ice | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/slice/Ice/Process.ice b/cpp/slice/Ice/Process.ice index 6cd145af783..9e6a119bab4 100644 --- a/cpp/slice/Ice/Process.ice +++ b/cpp/slice/Ice/Process.ice @@ -16,8 +16,7 @@ module Ice /** * * An administrative interface for process management. Managed servers must - * implement this interface and invoke [ObjectAdapter::setProcess] to register - * the process proxy. + * implement this interface. * * <note><para> A servant implementing this interface is a potential target * for denial-of-service attacks, therefore proper security precautions |