peiyongz    2004/06/04 07:31:15

  Modified:    c/src/xercesc/internal XMLReader.cpp
  Log:
  Fix compilation error on UNIX
  
  Revision  Changes    Path
  1.21      +3 -3      xml-xerces/c/src/xercesc/internal/XMLReader.cpp
  
  Index: XMLReader.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XMLReader.cpp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- XMLReader.cpp     3 Jun 2004 15:38:27 -0000       1.20
  +++ XMLReader.cpp     4 Jun 2004 14:31:15 -0000       1.21
  @@ -983,7 +983,7 @@
                   }
                   else if (curCh == chNEL || curCh == chLineSeparator)
                   {
  -                    if (fXMLVersion == XMLVersion::XMLV1_1)
  +                    if (fXMLVersion == XMLV1_1)
                       {
                           ThrowXMLwithMemMgr1
                           (
  @@ -993,7 +993,7 @@
                             , fMemoryManager
                           );
                       }
  -                    else //XMLVersion::XMLV1_0
  +                    else //XMLV1_0
                       {
                           if (fNEL)
                           {
  
  
  

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

Reply via email to