summaryrefslogtreecommitdiff
path: root/java/src/IceBox/ServiceManagerI.java
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-05-12 16:19:39 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-05-12 16:19:39 +0000
commitf90a2c19d6809e9262b8cdd2d31c92a3da11f348 (patch)
treea5bdbc4c35932d9cfa360fbcfed3ac918f60c29b /java/src/IceBox/ServiceManagerI.java
parentUse commuinicator-stringToIdentity (diff)
downloadice-f90a2c19d6809e9262b8cdd2d31c92a3da11f348.tar.bz2
ice-f90a2c19d6809e9262b8cdd2d31c92a3da11f348.tar.xz
ice-f90a2c19d6809e9262b8cdd2d31c92a3da11f348.zip
Use communicator stringToIdentity
Diffstat (limited to 'java/src/IceBox/ServiceManagerI.java')
-rw-r--r--java/src/IceBox/ServiceManagerI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceBox/ServiceManagerI.java b/java/src/IceBox/ServiceManagerI.java
index f61143cd1a7..445e01744bd 100644
--- a/java/src/IceBox/ServiceManagerI.java
+++ b/java/src/IceBox/ServiceManagerI.java
@@ -54,7 +54,7 @@ public class ServiceManagerI extends _ServiceManagerDisp
{
identity = properties.getPropertyWithDefault("IceBox.InstanceName", "IceBox") + "/ServiceManager";
}
- adapter.add(this, Ice.Util.stringToIdentity(identity));
+ adapter.add(this, _server.communicator().stringToIdentity(identity));
//
// Parse the IceBox.LoadOrder property.