diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-05-12 16:19:39 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-05-12 16:19:39 +0000 |
commit | f90a2c19d6809e9262b8cdd2d31c92a3da11f348 (patch) | |
tree | a5bdbc4c35932d9cfa360fbcfed3ac918f60c29b /java/src/IceBox/ServiceManagerI.java | |
parent | Use commuinicator-stringToIdentity (diff) | |
download | ice-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.java | 2 |
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. |