[cpp-xmltooling] branch master updated: xmlsec API changes

Scott Cantor cantor.2 at osu.edu
Mon Dec 4 14:13:59 EST 2017


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

scantor pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=69d0033ea6f8ba10609738dde3e0e6084ca99b2a

The following commit(s) were added to refs/heads/master by this push:
       new  69d0033   xmlsec API changes
69d0033 is described below

commit 69d0033ea6f8ba10609738dde3e0e6084ca99b2a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: 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;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list