diff options
Diffstat (limited to 'objective-c/test/Ice/dispatcher/Server.m')
-rw-r--r-- | objective-c/test/Ice/dispatcher/Server.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/objective-c/test/Ice/dispatcher/Server.m b/objective-c/test/Ice/dispatcher/Server.m index 0513b436a7f..f02504b0612 100644 --- a/objective-c/test/Ice/dispatcher/Server.m +++ b/objective-c/test/Ice/dispatcher/Server.m @@ -27,10 +27,10 @@ run(id<ICECommunicator> communicator) ICEObject* object = [TestDispatcherTestIntfI testIntf]; - [adapter add:object identity:[communicator stringToIdentity:@"test"]]; + [adapter add:object identity:[ICEUtil stringToIdentity:@"test"]]; [adapter activate]; - [adapter2 add:testController identity:[communicator stringToIdentity:@"testController"]]; + [adapter2 add:testController identity:[ICEUtil stringToIdentity:@"testController"]]; [adapter2 activate]; serverReady(communicator); |