[cpp-sp] 05/06: AbstractHTTPRemotingService is already SHIBSP_API so members dobn't have to be

Rod Widdowson rdw at steadingsoftware.com
Tue Jan 21 14:17:34 UTC 2025


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=e8e94fedf49a2f7971a4bd6123acb5f6a9966efa

commit e8e94fedf49a2f7971a4bd6123acb5f6a9966efa
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 21 14:16:12 2025 +0000

    AbstractHTTPRemotingService is already SHIBSP_API so members dobn't have to be
---
 shibsp/remoting/impl/AbstractHTTPRemotingService.h | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/shibsp/remoting/impl/AbstractHTTPRemotingService.h b/shibsp/remoting/impl/AbstractHTTPRemotingService.h
index 0fe7b6dc..7f5737de 100644
--- a/shibsp/remoting/impl/AbstractHTTPRemotingService.h
+++ b/shibsp/remoting/impl/AbstractHTTPRemotingService.h
@@ -56,18 +56,18 @@ namespace shibsp {
         unsigned int getTimeout() const;
 
         // Property names and defaults.
-        SHIBSP_API static const char SECRET_SOURCE_TYPE_PROP_NAME[];
-        SHIBSP_API static const char BASE_URL_PROP_NAME[];
-        SHIBSP_API static const char AGENT_ID_PROP_NAME[];
-        SHIBSP_API static const char AUTH_METHOD_PROP_NAME[];
-        SHIBSP_API static const char CONNECT_TIMEOUT_PROP_NAME[];
-        SHIBSP_API static const char TIMEOUT_PROP_NAME[];
-
-        SHIBSP_API static const char SECRET_SOURCE_TYPE_PROP_DEFAULT[];
-        SHIBSP_API static const char BASE_URL_PROP_DEFAULT[];
-        SHIBSP_API static const char AUTH_METHOD_PROP_DEFAULT[];
-        SHIBSP_API static unsigned int CONNECT_TIMEOUT_PROP_DEFAULT;
-        SHIBSP_API static unsigned int TIMEOUT_PROP_DEFAULT;
+        static const char SECRET_SOURCE_TYPE_PROP_NAME[];
+        static const char BASE_URL_PROP_NAME[];
+        static const char AGENT_ID_PROP_NAME[];
+        static const char AUTH_METHOD_PROP_NAME[];
+        static const char CONNECT_TIMEOUT_PROP_NAME[];
+        static const char TIMEOUT_PROP_NAME[];
+
+        static const char SECRET_SOURCE_TYPE_PROP_DEFAULT[];
+        static const char BASE_URL_PROP_DEFAULT[];
+        static const char AUTH_METHOD_PROP_DEFAULT[];
+        static unsigned int CONNECT_TIMEOUT_PROP_DEFAULT;
+        static unsigned int TIMEOUT_PROP_DEFAULT;
 
     protected:
         AbstractHTTPRemotingService(boost::property_tree::ptree& pt);

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


More information about the commits mailing list