[xmltooling] 11/24: xmlsec API changes

Etienne Dysli Metref edm-guest at moszumanska.debian.org
Fri Jan 12 15:53:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

edm-guest pushed a commit to branch master
in repository xmltooling.

commit 69d0033ea6f8ba10609738dde3e0e6084ca99b2a
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Mon Dec 4 14:13:38 2017 -0500

    xmlsec API changes
---
 xmltooling/XMLToolingConfig.cpp | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/xmltooling/XMLToolingConfig.cpp b/xmltooling/XMLToolingConfig.cpp
index 0a9c442..421700f 100644
--- a/xmltooling/XMLToolingConfig.cpp
+++ b/xmltooling/XMLToolingConfig.cpp
@@ -155,13 +155,13 @@ namespace {
             m_log.debug("\n----- BEGIN SIGNATURE DEBUG -----\n");
         }
 
-	    TXFMBase::ioType getInputType() {
+	    TXFMBase::ioType getInputType() const {
             return TXFMBase::BYTE_STREAM;
         }
-	    TXFMBase::ioType getOutputType() {
+	    TXFMBase::ioType getOutputType() const {
             return TXFMBase::BYTE_STREAM;
         }
-	    TXFMBase::nodeType getNodeType() {
+	    TXFMBase::nodeType getNodeType() const {
             return TXFMBase::DOM_NODE_NONE;
         }
 
@@ -170,16 +170,6 @@ namespace {
             m_log.debug(string(reinterpret_cast<char* const>(toFill), sz));
 	        return sz;
         }
-
-	    DOMDocument* getDocument() {
-            return nullptr;
-        }
-	    DOMNode* getFragmentNode() {
-            return nullptr;
-        }
-	    const XMLCh* getFragmentId() {
-            return nullptr;
-        }
 	
     private:
         Category& m_log;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git



More information about the Pkg-shibboleth-devel mailing list