diff options
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 |