You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/08/07 05:44:49 UTC

svn commit: r563387 - /webservices/axis2/trunk/c/axiom/include/axiom_text.h

Author: samisa
Date: Mon Aug  6 20:44:48 2007
New Revision: 563387

URL: http://svn.apache.org/viewvc?view=rev&rev=563387
Log:
Added missing function defenition

Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_text.h

Modified: webservices/axis2/trunk/c/axiom/include/axiom_text.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_text.h?view=diff&rev=563387&r1=563386&r2=563387
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_text.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_text.h Mon Aug  6 20:44:48 2007
@@ -200,6 +200,11 @@
     axiom_text_get_content_id(struct axiom_text *om_text,
         const axutil_env_t *env);
 
+    AXIS2_EXTERN axis2_status_t AXIS2_CALL
+    axiom_text_set_content_id(axiom_text_t *om_text,
+        const axutil_env_t *env,
+        const axis2_char_t *content_id);
+
     /** @} */
 
 #ifdef __cplusplus



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org