summaryrefslogtreecommitdiff
path: root/objective-c/test/Ice/proxy/Server.m
diff options
context:
space:
mode:
Diffstat (limited to 'objective-c/test/Ice/proxy/Server.m')
-rw-r--r--objective-c/test/Ice/proxy/Server.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/proxy/Server.m b/objective-c/test/Ice/proxy/Server.m
index cdd2ffc0e90..0f339cf6016 100644
--- a/objective-c/test/Ice/proxy/Server.m
+++ b/objective-c/test/Ice/proxy/Server.m
@@ -17,7 +17,7 @@ run(id<ICECommunicator> communicator)
[[communicator getProperties] setProperty:@"TestAdapter.Endpoints" value:@"default -p 12010:udp"];
id<ICEObjectAdapter> adapter = [communicator createObjectAdapter:@"TestAdapter"];
[adapter add:[TestProxyMyDerivedClassI myDerivedClass]
- identity:[communicator stringToIdentity:@"test"]];
+ identity:[ICEUtil stringToIdentity:@"test"]];
[adapter activate];
serverReady(communicator);