peiyongz 2003/12/16 14:59:40
Modified: c/tests/XSerializerTest XSerializerTest.cpp
Log:
compilation error fix
Revision Changes Path
1.5 +5 -2 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XSerializerTest.cpp 16 Dec 2003 21:21:20 -0000 1.4
+++ XSerializerTest.cpp 16 Dec 2003 22:59:39 -0000 1.5
@@ -57,6 +57,9 @@
/*
* $Id$
* $Log$
+* Revision 1.5 2003/12/16 22:59:39 peiyongz
+* compilation error fix
+*
* Revision 1.4 2003/12/16 21:21:20 peiyongz
* fix compilation error
*
@@ -193,7 +196,7 @@
{
if (!myOut)
{
- cerr << "DEserialization has to be done after serialization\n";
+ XERCES_STD_QUALIFIER cerr << "DEserialization has to be done after
serialization\n";
exit(-1);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]