diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-22 14:42:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-22 14:42:40 +0000 |
commit | 47c5416552bad2cca1c0dd32345630624b62ee1a (patch) | |
tree | c5ff2d4d57a59d02378cbb631f66183e27947c8a | |
parent | 2177214f97b3bfe2f22636284207f8c67c39e741 (diff) |
Notes
-rw-r--r-- | textproc/libpathan/files/patch-include-pathan-PathanImplementation.hpp | 11 | ||||
-rw-r--r-- | textproc/libpathan/files/patch-include-pathan-XPath2Utils.hpp | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/textproc/libpathan/files/patch-include-pathan-PathanImplementation.hpp b/textproc/libpathan/files/patch-include-pathan-PathanImplementation.hpp new file mode 100644 index 000000000000..4db9fd1d78b2 --- /dev/null +++ b/textproc/libpathan/files/patch-include-pathan-PathanImplementation.hpp @@ -0,0 +1,11 @@ +--- include/pathan/PathanImplementation.hpp.orig Fri Dec 22 15:28:34 2006 ++++ include/pathan/PathanImplementation.hpp Fri Dec 22 15:29:08 2006 +@@ -184,7 +184,7 @@ + * the feature to see if it requires this method. + * @since DOM Level 2 + */ +- virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMDocumentType *PathanImplementation::createDocumentType(const XMLCh *qualifiedName,const XMLCh * publicId, const XMLCh *systemId); ++ virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMDocumentType *createDocumentType(const XMLCh *qualifiedName,const XMLCh * publicId, const XMLCh *systemId); + + /** + * This method makes available a <code>DOMImplementation</code>'s diff --git a/textproc/libpathan/files/patch-include-pathan-XPath2Utils.hpp b/textproc/libpathan/files/patch-include-pathan-XPath2Utils.hpp new file mode 100644 index 000000000000..3c2672a4f28e --- /dev/null +++ b/textproc/libpathan/files/patch-include-pathan-XPath2Utils.hpp @@ -0,0 +1,11 @@ +--- include/pathan/XPath2Utils.hpp.orig Fri Dec 22 15:25:39 2006 ++++ include/pathan/XPath2Utils.hpp Fri Dec 22 15:26:03 2006 +@@ -62,7 +62,7 @@ + static std::vector<const XMLCh*> getVal(const XMLCh* values, XPath2MemoryManager* memMgr); + + /* Determine whether or not an XMLCh* is contained within a vector of XMLCh's */ +- static bool XPath2Utils::containsString(std::vector<const XMLCh*> values, const XMLCh* val); ++ static bool containsString(std::vector<const XMLCh*> values, const XMLCh* val); + + /** Obtain index of node with respect to it's siblings of same name */ + static int indexNode(const XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node); |