You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/12/14 22:03:39 UTC

cvs commit: xml-xalan/c/src/XercesParserLiaison XercesParserLiaison.hpp

dbertoni    01/12/14 13:03:39

  Modified:    c/src/XercesParserLiaison XercesParserLiaison.hpp
  Log:
  Added default for parameter.
  
  Revision  Changes    Path
  1.30      +1 -1      xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.hpp
  
  Index: XercesParserLiaison.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.hpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- XercesParserLiaison.hpp	2001/12/14 20:01:40	1.29
  +++ XercesParserLiaison.hpp	2001/12/14 21:03:39	1.30
  @@ -105,7 +105,7 @@
   	 */
   	XercesParserLiaison(
   			XercesDOMSupport&	theSupport,
  -			DocumentNumberType	theStartingNumber);
  +			DocumentNumberType	theStartingNumber = 0);
   
   	/**
   	 * Construct a XercesParserLiaison instance.
  
  
  

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