dbertoni    2002/10/03 00:05:59

  Modified:    c/src/XercesParserLiaison XercesParserLiaison.hpp
  Log:
  Remove default parameters to fix ambiguity.
  
  Revision  Changes    Path
  1.38      +4 -4      
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.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- XercesParserLiaison.hpp   3 Oct 2002 05:59:20 -0000       1.37
  +++ XercesParserLiaison.hpp   3 Oct 2002 07:05:59 -0000       1.38
  @@ -360,8 +360,8 @@
        XalanDocument*
        createDocument(
                        const DOM_Document&             theXercesDocument,
  -                     bool                                    threadSafe = 
false,
  -                     bool                                    buildBridge = 
false);
  +                     bool                                    threadSafe,
  +                     bool                                    buildBridge);
   
        /**
         * Create a XalanDocument proxy for an existing Xerces document.
  @@ -392,8 +392,8 @@
        XalanDocument*
        createDocument(
                        const DOMDocument*      theXercesDocument,
  -                     bool                            threadSafe = false,
  -                     bool                            buildWrapper = false);
  +                     bool                            threadSafe,
  +                     bool                            buildWrapper);
   
        /**
         * This API is deprecated.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to