jberry 2003/01/30 16:30:48
Modified: c/src/xercesc/framework XMLFormatter.hpp
Log:
Syntax error in declaration
Revision Changes Path
1.7 +5 -2 xml-xerces/c/src/xercesc/framework/XMLFormatter.hpp
Index: XMLFormatter.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLFormatter.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XMLFormatter.hpp 28 Jan 2003 18:32:33 -0000 1.6
+++ XMLFormatter.hpp 31 Jan 2003 00:30:48 -0000 1.7
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.7 2003/01/31 00:30:48 jberry
+ * Syntax error in declaration
+ *
* Revision 1.6 2003/01/28 18:32:33 peiyongz
* Bug#13694: Allow Xerces to write the BOM to XML files
*
@@ -311,8 +314,8 @@
const XMLCh toFormat
);
- void XMLFormatter::writeBOM(const XMLByte* const toFormat
- , const unsigned int count);
+ void writeBOM(const XMLByte* const toFormat
+ , const unsigned int count);
//@}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]