summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceXML/encoding/Client.cpp')
-rw-r--r--cpp/test/IceXML/encoding/Client.cpp4
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);