[cpp-sp] 08/08: Uniquify the PluginManager class

Rod Widdowson rdw at steadingsoftware.com
Sat Dec 7 15:54:38 UTC 2024


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

rdw pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=9e0588bf20a517ce619e84143941b7388282daeb

commit 9e0588bf20a517ce619e84143941b7388282daeb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Dec 7 15:42:42 2024 +0000

    Uniquify the PluginManager class
---
 shibsp/impl/XMLApplication.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shibsp/impl/XMLApplication.cpp b/shibsp/impl/XMLApplication.cpp
index bd0ffc50..368fd93a 100644
--- a/shibsp/impl/XMLApplication.cpp
+++ b/shibsp/impl/XMLApplication.cpp
@@ -31,6 +31,7 @@
 #include "handler/SessionInitiator.h"
 #include "impl/XMLApplication.h"
 #include "util/SPConstants.h"
+#include "util/PluginManager.h"
 
 #define BOOST_BIND_GLOBAL_PLACEHOLDERS
 #include <boost/bind.hpp>
@@ -280,7 +281,7 @@ XMLApplication::~XMLApplication()
 }
 
 template <class T> T* XMLApplication::doChainedPlugins(
-    const PluginManager<T,string,const DOMElement*>& pluginMgr,
+    const shibsp::PluginManager<T,string,const DOMElement*>& pluginMgr,
     const char* pluginType,
     const char* chainingType,
     const XMLCh* localName,

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


More information about the commits mailing list