You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by se...@apache.org on 2008/03/03 09:39:41 UTC

svn commit: r632980 - /webservices/axis2/trunk/c/util/include/axutil_uri.h

Author: senaka
Date: Mon Mar  3 00:39:38 2008
New Revision: 632980

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

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

Modified: webservices/axis2/trunk/c/util/include/axutil_uri.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_uri.h?rev=632980&r1=632979&r2=632980&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_uri.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_uri.h Mon Mar  3 00:39:38 2008
@@ -108,6 +108,15 @@
     typedef struct axutil_uri axutil_uri_t;
 
     /**
+     * Creates axutil_uri struct.
+     * @param env pointer to environment struct. MUST NOT be NULL
+     * @return pointer to newly created axutil_uri struct
+     */
+    AXIS2_EXTERN axutil_uri_t *AXIS2_CALL
+    axutil_uri_create(
+        const axutil_env_t * env);
+
+    /**
      * Return the default port for a given scheme.  The schemes recognized are
      * http, ftp, https, gopher, wais, nntp, snews, and prospero
      * @param scheme_str The string that contains the current scheme
@@ -118,7 +127,7 @@
         const axis2_char_t * scheme_str);
 
     /**
-     * Parse a given URI, fill in all supplied fields of a axutil_uri_t
+     * Parse a given URI, fill in all supplied fields of a axutil_uri
      * structure. This eliminates the necessity of extracting host, port,
      * path, query info repeatedly in the modules.
      * @param uri The uri to parse



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