Author: dushshantha
Date: Wed Jan  9 03:34:00 2008
New Revision: 610347

URL: http://svn.apache.org/viewvc?rev=610347&view=rev
Log:
Applied patches for JIRAs 875, 876. Thanks Lahiru for the patch.

Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_attribute.h
    webservices/axis2/trunk/c/axiom/include/axiom_element.h

Modified: webservices/axis2/trunk/c/axiom/include/axiom_attribute.h
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_attribute.h?rev=610347&r1=610346&r2=610347&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_attribute.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_attribute.h Wed Jan  9 
03:34:00 2008
@@ -46,7 +46,7 @@
       * @param env Environment. MUST NOT be NULL
       * @param localname localname of the attribute, should not be a null 
value.
       * @param value normalized attribute value. cannot be NULL
-      * @param ns namespace, if any, of the attribute. Optional, can be NULL
+      * @param ns namespace, if any, of the attribute. Optional, can be NULL 
om_attribute wont free the ns
       * @return a pointer to newly created attribute struct, returns NULL on 
error with 
       *           error code set in environment's error. 
       */

Modified: webservices/axis2/trunk/c/axiom/include/axiom_element.h
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_element.h?rev=610347&r1=610346&r2=610347&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_element.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_element.h Wed Jan  9 03:34:00 
2008
@@ -139,7 +139,7 @@
         axutil_qname_t * qname);
 
     /**
-      * Adds an attribute to current element
+      * Adds an attribute to current element The current element takes 
responsibility of the assigned attribute
       * @param om_element element to which the attribute is to be added.cannot 
be NULL.
       * @param env Environment. MUST NOT be NULL.
       * @param attribute attribute to be added.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to