Use C++ namespaces to prevent symbol collisions
-----------------------------------------------
Key: AXISCPP-882
URL: http://issues.apache.org/jira/browse/AXISCPP-882
Project: Axis-C++
Type: New Feature
Components: Basic Architecture
Versions: 1.5 Final
Reporter: Chip Stettler
Identically named data structures are being returned in many of our WSDLs and causing symbol
resolution and name conflicts. We are currently hand editing generated code to add C++ namespace
declarations. I have noticed commercial products doing the same. We are currently addressing
this via scripts. Would be a nice feature for the generator.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|