diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-01-29 15:20:58 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-01-29 15:20:58 +0000 |
commit | e9fe543c362af4773a53971765432633a9904d32 (patch) | |
tree | becd3500c9b0bb4aa89f6ddef8d8babc9da53f9e /cpp/test/IceXML/encoding/Client.cpp | |
parent | Secure UDP, cut number 2. Also, updates to the SSL implementation to use (diff) | |
download | ice-e9fe543c362af4773a53971765432633a9904d32.tar.bz2 ice-e9fe543c362af4773a53971765432633a9904d32.tar.xz ice-e9fe543c362af4773a53971765432633a9904d32.zip |
rename ice_id() to ice_staticId().
Diffstat (limited to 'cpp/test/IceXML/encoding/Client.cpp')
-rw-r--r-- | cpp/test/IceXML/encoding/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceXML/encoding/Client.cpp b/cpp/test/IceXML/encoding/Client.cpp index a545a780684..c05ce31e8d8 100644 --- a/cpp/test/IceXML/encoding/Client.cpp +++ b/cpp/test/IceXML/encoding/Client.cpp @@ -393,7 +393,7 @@ public: virtual ::Ice::ObjectPtr create(const ::std::string& type) { - test(type == ::Test::Class3::ice_id()); + test(type == ::Test::Class3::ice_staticId()); return new Class3I; } @@ -550,7 +550,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { } - communicator->addObjectFactory(new Class3Factory, ::Test::Class3::ice_id()); + communicator->addObjectFactory(new Class3Factory, ::Test::Class3::ice_staticId()); TestClass3(communicator); TestClass3Rec(communicator); |