You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/12/02 18:50:21 UTC

cvs commit: xml-xerces/c/src/xercesc/util XMLUri.hpp

neilg       2003/12/02 09:50:21

  Modified:    c/src/xercesc/util XMLUri.hpp
  Log:
  additional fix for bug 25118; once again, thanks to Jeroen Whitmond
  
  Revision  Changes    Path
  1.13      +12 -2     xml-xerces/c/src/xercesc/util/XMLUri.hpp
  
  Index: XMLUri.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLUri.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XMLUri.hpp	1 Oct 2003 00:20:41 -0000	1.12
  +++ XMLUri.hpp	2 Dec 2003 17:50:21 -0000	1.13
  @@ -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,8 +195,12 @@
        *
        * @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
        *
  
  
  

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