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

cvs commit: xml-xerces/c/tests/XSerializerTest XSerializerTest.cpp

peiyongz    2003/12/16 13:21:20

  Modified:    c/tests/XSerializerTest XSerializerTest.cpp
  Log:
  fix compilation error
  
  Revision  Changes    Path
  1.4       +9 -5      xml-xerces/c/tests/XSerializerTest/XSerializerTest.cpp
  
  Index: XSerializerTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/XSerializerTest/XSerializerTest.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSerializerTest.cpp	16 Dec 2003 17:16:08 -0000	1.3
  +++ XSerializerTest.cpp	16 Dec 2003 21:21:20 -0000	1.4
  @@ -57,6 +57,9 @@
   /*
   * $Id$
   * $Log$
  +* Revision 1.4  2003/12/16 21:21:20  peiyongz
  +* fix compilation error
  +*
   * Revision 1.3  2003/12/16 17:16:08  peiyongz
   * . Using BinMemInputStream/BinMemOutputStream
   * . Using SAX2XMLReader
  @@ -290,8 +293,8 @@
           //do emit error here so that we know serialization failure
           if (showSerializationError)
           {
  -            cerr << "An error occurred during serialization\n   Message: "
  -             << StrX(e.getMessage()) << endl;
  +            XERCES_STD_QUALIFIER cerr << "An error occurred during serialization\n   Message: "
  +             << StrX(e.getMessage()) << XERCES_STD_QUALIFIER endl;
           }
           retVal = false;
       }
  @@ -313,8 +316,8 @@
       {
           if (showSerializationError)
           {
  -            cerr << "An error occurred during de-serialization\n   Message: "
  -                << StrX(e.getMessage()) << endl;
  +            XERCES_STD_QUALIFIER cerr << "An error occurred during de-serialization\n   Message: "
  +                << StrX(e.getMessage()) << XERCES_STD_QUALIFIER endl;
           }
   
           destroyParser();
  
  
  

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