[cpp-sp] branch main updated: Add missing method declaration.

Scott Cantor cantor.2 at osu.edu
Mon Oct 20 17:13:31 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=11f5a33b22d6d4c5200f9c9b4f1b910a7169132b

The following commit(s) were added to refs/heads/main by this push:
     new 11f5a33b Add missing method declaration.
11f5a33b is described below

commit 11f5a33b22d6d4c5200f9c9b4f1b910a7169132b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 20 13:13:21 2025 -0400

    Add missing method declaration.
---
 iis/headers/IIS7Request.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iis/headers/IIS7Request.hpp b/iis/headers/IIS7Request.hpp
index 1189b7cd..161cf5e9 100644
--- a/iis/headers/IIS7Request.hpp
+++ b/iis/headers/IIS7Request.hpp
@@ -61,6 +61,7 @@ protected:
     long  returnDecline();
     long  returnOK();
     string getRemoteAddr() const;
+    string getLocalAddr() const;
     string getSecureHeader(const char* name) const;
     //
     // XMLTooling::GenericRequest

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


More information about the commits mailing list