summaryrefslogtreecommitdiff
path: root/slice
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2014-10-09 12:08:12 -0400
committerJoe George <joe@zeroc.com>2014-10-09 16:26:05 -0400
commit18db9b459ae42f9d09f6860bfb3f93a41719e138 (patch)
tree9224b138e92daf61e5aec1836d615e7f5b769bf7 /slice
parentICE-5671 make sure router/locator have not already been set by plugin loading (diff)
downloadice-18db9b459ae42f9d09f6860bfb3f93a41719e138.tar.bz2
ice-18db9b459ae42f9d09f6860bfb3f93a41719e138.tar.xz
ice-18db9b459ae42f9d09f6860bfb3f93a41719e138.zip
ICE-5698 - Deprecate IceBox.ServiceManager object adapter and IceBox.InstanceName
Diffstat (limited to 'slice')
-rw-r--r--slice/IceBox/IceBox.ice10
1 files changed, 5 insertions, 5 deletions
diff --git a/slice/IceBox/IceBox.ice b/slice/IceBox/IceBox.ice
index af5c81c6bbf..3e589e79914 100644
--- a/slice/IceBox/IceBox.ice
+++ b/slice/IceBox/IceBox.ice
@@ -27,7 +27,7 @@
**/
module IceBox
{
-
+
/**
*
* This exception is a general failure notification. It is thrown
@@ -153,7 +153,7 @@ interface ServiceManager
/**
*
* Start an individual service.
- *
+ *
* @param service The service name.
*
**/
@@ -163,18 +163,18 @@ interface ServiceManager
/**
*
* Stop an individual service.
- *
+ *
* @param service The service name.
*
**/
void stopService(string service)
throws AlreadyStoppedException, NoSuchServiceException;
-
+
/**
*
* Registers a new observer with the ServiceManager.
- *
+ *
* @param observer The new observer
*
**/