[cpp-sp] 04/04: Handler doesn't need to implement PropertySet.

Scott Cantor cantor.2 at osu.edu
Thu Jan 30 15:37:37 UTC 2025


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

scantor 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=9d1d84b63d9bdf7e90866cf9f800aa603237e64d

commit 9d1d84b63d9bdf7e90866cf9f800aa603237e64d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 30 10:36:56 2025 -0500

    Handler doesn't need to implement PropertySet.
---
 shibsp/handler/Handler.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/handler/Handler.h b/shibsp/handler/Handler.h
index 4aedd491..1e9843ca 100644
--- a/shibsp/handler/Handler.h
+++ b/shibsp/handler/Handler.h
@@ -33,7 +33,7 @@ namespace shibsp {
     /**
      * Pluggable runtime functionality that implement protocols and services
      */
-    class SHIBSP_API Handler : public virtual PropertySet
+    class SHIBSP_API Handler
     {
         MAKE_NONCOPYABLE(Handler);
     protected:

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


More information about the commits mailing list