neilg 2003/11/17 10:12:00
Modified: c/src/xercesc/framework/psvi PSVIHandler.hpp
Log:
PSVIAttributeList needs to be included by PSVIHandler. Thanks to Pete Lloyd for the
patch
Revision Changes Path
1.3 +5 -2 xml-xerces/c/src/xercesc/framework/psvi/PSVIHandler.hpp
Index: PSVIHandler.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/PSVIHandler.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PSVIHandler.hpp 22 Sep 2003 15:03:06 -0000 1.2
+++ PSVIHandler.hpp 17 Nov 2003 18:12:00 -0000 1.3
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.3 2003/11/17 18:12:00 neilg
+ * PSVIAttributeList needs to be included by PSVIHandler. Thanks to Pete Lloyd
for the patch
+ *
* Revision 1.2 2003/09/22 15:03:06 neilg
* clearly the local name of an element should be a string, not an
XMLElementDecl...
*
@@ -69,7 +72,7 @@
#define PSVIHANDLER_HPP
#include <xercesc/framework/psvi/PSVIElement.hpp>
-#include <xercesc/framework/psvi/PSVIAttribute.hpp>
+#include <xercesc/framework/psvi/PSVIAttributeList.hpp>
XERCES_CPP_NAMESPACE_BEGIN
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]