diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-07-17 10:35:34 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-07-17 10:35:34 -0400 |
commit | 09bd36dd9ac92acb7cc4f91b5f0539a7eb4f4bde (patch) | |
tree | 9f741cd19366bb97bf6f9c7aafa79786fe02849a /cpp/test/Ice/interceptor/Client.cpp | |
parent | Minor Linux fix (diff) | |
download | ice-09bd36dd9ac92acb7cc4f91b5f0539a7eb4f4bde.tar.bz2 ice-09bd36dd9ac92acb7cc4f91b5f0539a7eb4f4bde.tar.xz ice-09bd36dd9ac92acb7cc4f91b5f0539a7eb4f4bde.zip |
New iconv string converter
Diffstat (limited to 'cpp/test/Ice/interceptor/Client.cpp')
-rw-r--r-- | cpp/test/Ice/interceptor/Client.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cpp/test/Ice/interceptor/Client.cpp b/cpp/test/Ice/interceptor/Client.cpp index ce04e39c1d8..bd52ff7b9ee 100644 --- a/cpp/test/Ice/interceptor/Client.cpp +++ b/cpp/test/Ice/interceptor/Client.cpp @@ -41,11 +41,8 @@ Client::run(int, char*[]) { // // Create OA and servants - // - - communicator()->getProperties()->setProperty("MyOA.AdapterId", "myOA"); - - Ice::ObjectAdapterPtr oa = communicator()->createObjectAdapterWithEndpoints("MyOA2", "tcp -h localhost"); + // + Ice::ObjectAdapterPtr oa = communicator()->createObjectAdapterWithEndpoints("MyOA", "tcp -h localhost"); Ice::ObjectPtr servant = new MyObjectI; InterceptorIPtr interceptor = new InterceptorI(servant); |