neilg 2003/11/28 06:55:11
Modified: c/src/xercesc/framework/psvi XSAnnotation.hpp
Log:
fix for compilation error on HPUX
Revision Changes Path
1.7 +5 -2 xml-xerces/c/src/xercesc/framework/psvi/XSAnnotation.hpp
Index: XSAnnotation.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSAnnotation.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XSAnnotation.hpp 27 Nov 2003 21:29:05 -0000 1.6
+++ XSAnnotation.hpp 28 Nov 2003 14:55:11 -0000 1.7
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.7 2003/11/28 14:55:11 neilg
+ * fix for compilation error on HPUX
+ *
* Revision 1.6 2003/11/27 21:29:05 neilg
* implement writeAnnotation; thanks to Dave Cargill
*
@@ -111,7 +114,7 @@
/**
* The object type is <code>org.w3c.dom.Document</code>.
*/
- W3C_DOM_DOCUMENT = 2,
+ W3C_DOM_DOCUMENT = 2
};
// Constructors and Destructor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]