Author: nadiramra
Date: Fri Aug 5 00:57:37 2011
New Revision: 1154058
URL: http://svn.apache.org/viewvc?rev=1154058&view=rev
Log:
minor - reformatting and stream-lining code.
Modified:
axis/axis1/c/trunk/src/soap/ComplexElement.cpp
Modified: axis/axis1/c/trunk/src/soap/ComplexElement.cpp
URL:
http://svn.apache.org/viewvc/axis/axis1/c/trunk/src/soap/ComplexElement.cpp?rev=1154058&r1=1154057&r2=1154058&view=diff
==============================================================================
--- axis/axis1/c/trunk/src/soap/ComplexElement.cpp (original)
+++ axis/axis1/c/trunk/src/soap/ComplexElement.cpp Fri Aug 5 00:57:37 2011
@@ -136,9 +136,7 @@ createAttribute(const AxisChar *localnam
{
Attribute* pAttribute = new Attribute(m_attributes, localname, prefix,
value);
- // User namespace declarations must be put to the front; otherwise,
serialization breaks.
m_attributes.push_back(pAttribute);
-
return (IAttribute*)pAttribute;
}