You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Mark Whitlock <ma...@uk.ibm.com> on 2004/08/17 11:50:11 UTC

Fixed URIMapping::map for AIX




Hi,
The map method on URIMapping would not compile with the AIX compiler. So
I've renamed it to getUri, which seems to have solved the problem.

(See attached file: URIMapping.h.patch)(See attached file:
URIMapping.cpp.patch)(See attached file: SoapDeSerializer.cpp.patch)

Mark Whitlock