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 se...@apache.org on 2008/03/03 17:16:00 UTC

svn commit: r633153 - /webservices/axis2/trunk/c/util/include/axutil_string_util.h

Author: senaka
Date: Mon Mar  3 08:16:00 2008
New Revision: 633153

URL: http://svn.apache.org/viewvc?rev=633153&view=rev
Log:
Fixing JIRA Issue AXIS2C-1036

Modified:
    webservices/axis2/trunk/c/util/include/axutil_string_util.h

Modified: webservices/axis2/trunk/c/util/include/axutil_string_util.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_string_util.h?rev=633153&r1=633152&r2=633153&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_string_util.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_string_util.h Mon Mar  3 08:16:00 2008
@@ -38,6 +38,12 @@
         axis2_char_t * in,
         int delim);
 
+    /**
+     * @return returns array_list containing, the string portion
+     * without the last token as the first item and the last
+     * token as the second. If the last token was the only token
+     * found, the first item will be a "" string.
+     */
     AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
     axutil_last_token(
         const axutil_env_t * env,



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