diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-07-27 19:30:37 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-07-27 19:30:37 -0400 |
commit | 883edab4361e58957796f25d5fc55cfb41f0f6ea (patch) | |
tree | fc90adc372b66bf0becf4c0912794c64af250a29 /js/test/Ice/exceptionsBidir/Client.js | |
parent | ICE-7242 - Cross test updates (diff) | |
download | ice-883edab4361e58957796f25d5fc55cfb41f0f6ea.tar.bz2 ice-883edab4361e58957796f25d5fc55cfb41f0f6ea.tar.xz ice-883edab4361e58957796f25d5fc55cfb41f0f6ea.zip |
Deprecate Communicator::stringToIdentity and identityToString
Diffstat (limited to 'js/test/Ice/exceptionsBidir/Client.js')
-rw-r--r-- | js/test/Ice/exceptionsBidir/Client.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/exceptionsBidir/Client.js b/js/test/Ice/exceptionsBidir/Client.js index 6196368f20e..a7482dd22a1 100644 --- a/js/test/Ice/exceptionsBidir/Client.js +++ b/js/test/Ice/exceptionsBidir/Client.js @@ -30,11 +30,11 @@ { if(amd) { - adapter.add(new AMDThrowerI(), communicator.stringToIdentity("thrower")); + adapter.add(new AMDThrowerI(), Ice.stringToIdentity("thrower")); } else { - adapter.add(new ThrowerI(), communicator.stringToIdentity("thrower")); + adapter.add(new ThrowerI(), Ice.stringToIdentity("thrower")); } var base = communicator.stringToProxy("thrower:default -p 12010"); return base.ice_getConnection().then( |