summaryrefslogtreecommitdiff
path: root/objective-c/test/Ice/binding/Server.m
diff options
context:
space:
mode:
Diffstat (limited to 'objective-c/test/Ice/binding/Server.m')
-rw-r--r--objective-c/test/Ice/binding/Server.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/binding/Server.m b/objective-c/test/Ice/binding/Server.m
index 268196f5b6b..c7f0bcd1c42 100644
--- a/objective-c/test/Ice/binding/Server.m
+++ b/objective-c/test/Ice/binding/Server.m
@@ -16,7 +16,7 @@ run(id<ICECommunicator> communicator)
{
[[communicator getProperties] setProperty:@"TestAdapter.Endpoints" value:@"default -p 12010:udp"];
id<ICEObjectAdapter> adapter = [communicator createObjectAdapter:@"TestAdapter"];
- [adapter add:[RemoteCommunicatorI remoteCommunicator] identity:[communicator stringToIdentity:@"communicator"]];
+ [adapter add:[RemoteCommunicatorI remoteCommunicator] identity:[ICEUtil stringToIdentity:@"communicator"]];
[adapter activate];
// Disable ready print for further adapters.