From b77dbf9c233a97b1919e3abb4ed201d66e3a3b3a Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Tue, 29 Jan 2002 02:33:43 +0000 Subject: Updated project file for IceXML. --- cpp/test/IceXML/encoding/Client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/test/IceXML/encoding/Client.cpp') diff --git a/cpp/test/IceXML/encoding/Client.cpp b/cpp/test/IceXML/encoding/Client.cpp index cabdc47309e..13cce11fd20 100644 --- a/cpp/test/IceXML/encoding/Client.cpp +++ b/cpp/test/IceXML/encoding/Client.cpp @@ -264,13 +264,13 @@ TestColor(const Ice::CommunicatorPtr& communicator) ostringstream os; os << header; Ice::StreamPtr ostream = new IceXML::StreamI(communicator, os); - ice_marshal(element, ostream, ein); + ::Test::ice_marshal(element, ostream, ein); os << footer; istringstream is(os.str()); Ice::StreamPtr istream = new IceXML::StreamI(communicator, is); Test::Color eout; - ice_unmarshal(element, istream, eout); + ::Test::ice_unmarshal(element, istream, eout); test(ein == eout); } -- cgit v1.2.3