neilg 2003/11/27 21:13:45
Modified: c/src/xercesc/framework/psvi PSVIHandler.hpp
Log:
remove passing of prefixes in PSVIHandler
Revision Changes Path
1.5 +3 -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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PSVIHandler.hpp 25 Nov 2003 14:20:21 -0000 1.4
+++ PSVIHandler.hpp 28 Nov 2003 05:13:45 -0000 1.5
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.5 2003/11/28 05:13:45 neilg
+ * remove passing of prefixes in PSVIHandler
+ *
* Revision 1.4 2003/11/25 14:20:21 neilg
* clean up usage of const in PSVIHandler
*
@@ -115,7 +118,6 @@
(
const XMLCh* const localName
, const XMLCh* const uri
- , const XMLCh* const prefix
, PSVIElement * elementInfo
) = 0;
@@ -135,7 +137,6 @@
(
const XMLCh* const localName
, const XMLCh* const uri
- , const XMLCh* const prefix
, PSVIAttributeList * psviAttributes
) = 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]