additional fix for bug 25118; once again, thanks to Jeroen Whitmond


git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175518 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/xercesc/util/XMLUri.hpp b/src/xercesc/util/XMLUri.hpp
index 4e87a3a..ec8db5f 100644
--- a/src/xercesc/util/XMLUri.hpp
+++ b/src/xercesc/util/XMLUri.hpp
@@ -57,6 +57,9 @@
 /*
  * $Id$
  * $Log$
+ * Revision 1.13  2003/12/02 17:50:21  neilg
+ * additional fix for bug 25118; once again, thanks to Jeroen Whitmond
+ *
  * Revision 1.12  2003/10/01 00:20:41  knoaman
  * Add a static method to check whether a given string is a valid URI.
  *
@@ -177,6 +180,9 @@
      *
      * @param uriSpec the URI specification string (cannot be null or empty)
      *
+     * @param manager Pointer to the memory manager to be used to
+     *                allocate objects.
+     *
      * ctor# 2
      *
      */
@@ -189,9 +195,13 @@
      *
      * @param baseURI the base URI (cannot be null if uriSpec is null or
      *                empty)
+     *
      * @param uriSpec the URI specification string (cannot be null or
      *                empty if base is null)
      *
+     * @param manager Pointer to the memory manager to be used to
+     *                allocate objects.
+     *
      * ctor# 7 relative ctor
      *
      */