[cpp-sp] 31/78: Add <memory> includes for auto_ptr

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:40:06 EST 2018


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

scantor pushed a commit to annotated tag debian/2.0.dfsg1-1
in repository cpp-sp.

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

commit 7bb401b53c7a85133289c11c192eed38b7d611d1
Author: Ferenc Wagner <wferi at niif.hu>
AuthorDate: Wed Jun 25 15:49:47 2008 +0200

    Add <memory> includes for auto_ptr
---
 adfs/adfs.cpp                                       | 1 +
 shibsp/attribute/filtering/impl/AndMatchFunctor.cpp | 1 +
 shibsp/attribute/filtering/impl/NotMatchFunctor.cpp | 1 +
 shibsp/attribute/filtering/impl/OrMatchFunctor.cpp  | 1 +
 shibsp/handler/impl/AssertionConsumerService.cpp    | 1 +
 shibsp/handler/impl/AssertionLookup.cpp             | 1 +
 shibsp/handler/impl/MetadataGenerator.cpp           | 1 +
 shibsp/handler/impl/SAML2Logout.cpp                 | 1 +
 shibsp/handler/impl/SAML2NameIDMgmt.cpp             | 1 +
 shibsp/handler/impl/SAML2SessionInitiator.cpp       | 1 +
 shibsp/handler/impl/Shib1SessionInitiator.cpp       | 1 +
 shibsp/handler/impl/StatusHandler.cpp               | 1 +
 shibsp/impl/XMLRequestMapper.cpp                    | 1 +
 shibsp/impl/XMLServiceProvider.cpp                  | 1 +
 shibsp/remoting/impl/SocketListener.cpp             | 1 +
 15 files changed, 15 insertions(+)

diff --git a/adfs/adfs.cpp b/adfs/adfs.cpp
index b900bdc..30b561d 100644
--- a/adfs/adfs.cpp
+++ b/adfs/adfs.cpp
@@ -48,6 +48,7 @@
 #include <xmltooling/util/URLEncoder.h>
 #include <xmltooling/util/XMLHelper.h>
 #include <xercesc/util/XMLUniDefs.hpp>
+#include <memory>
 
 #ifndef SHIBSP_LITE
 # include <shibsp/attribute/resolver/ResolutionContext.h>
diff --git a/shibsp/attribute/filtering/impl/AndMatchFunctor.cpp b/shibsp/attribute/filtering/impl/AndMatchFunctor.cpp
index 857050d..787e34c 100644
--- a/shibsp/attribute/filtering/impl/AndMatchFunctor.cpp
+++ b/shibsp/attribute/filtering/impl/AndMatchFunctor.cpp
@@ -25,6 +25,7 @@
 #include "attribute/filtering/FilterPolicyContext.h"
 #include "util/SPConstants.h"
 
+#include <memory>
 #include <xercesc/util/XMLUniDefs.hpp>
 #include <xmltooling/util/XMLHelper.h>
 
diff --git a/shibsp/attribute/filtering/impl/NotMatchFunctor.cpp b/shibsp/attribute/filtering/impl/NotMatchFunctor.cpp
index 0f79a84..dce6614 100644
--- a/shibsp/attribute/filtering/impl/NotMatchFunctor.cpp
+++ b/shibsp/attribute/filtering/impl/NotMatchFunctor.cpp
@@ -25,6 +25,7 @@
 #include "attribute/filtering/FilterPolicyContext.h"
 #include "util/SPConstants.h"
 
+#include <memory>
 #include <xercesc/util/XMLUniDefs.hpp>
 #include <xmltooling/util/XMLHelper.h>
 
diff --git a/shibsp/attribute/filtering/impl/OrMatchFunctor.cpp b/shibsp/attribute/filtering/impl/OrMatchFunctor.cpp
index cd29548..b9e946f 100644
--- a/shibsp/attribute/filtering/impl/OrMatchFunctor.cpp
+++ b/shibsp/attribute/filtering/impl/OrMatchFunctor.cpp
@@ -25,6 +25,7 @@
 #include "attribute/filtering/FilterPolicyContext.h"
 #include "util/SPConstants.h"
 
+#include <memory>
 #include <xercesc/util/XMLUniDefs.hpp>
 #include <xmltooling/util/XMLHelper.h>
 
diff --git a/shibsp/handler/impl/AssertionConsumerService.cpp b/shibsp/handler/impl/AssertionConsumerService.cpp
index f4863cd..4cb7fbc 100644
--- a/shibsp/handler/impl/AssertionConsumerService.cpp
+++ b/shibsp/handler/impl/AssertionConsumerService.cpp
@@ -27,6 +27,7 @@
 #include "handler/AssertionConsumerService.h"
 #include "util/SPConstants.h"
 
+# include <memory>
 # include <ctime>
 #ifndef SHIBSP_LITE
 # include "attribute/Attribute.h"
diff --git a/shibsp/handler/impl/AssertionLookup.cpp b/shibsp/handler/impl/AssertionLookup.cpp
index 990d7d7..ef13dd8 100644
--- a/shibsp/handler/impl/AssertionLookup.cpp
+++ b/shibsp/handler/impl/AssertionLookup.cpp
@@ -28,6 +28,7 @@
 #include "handler/AbstractHandler.h"
 #include "handler/RemotedHandler.h"
 #include "util/SPConstants.h"
+#include <memory>
 
 using namespace shibspconstants;
 using namespace shibsp;
diff --git a/shibsp/handler/impl/MetadataGenerator.cpp b/shibsp/handler/impl/MetadataGenerator.cpp
index 685c398..98c9a5c 100644
--- a/shibsp/handler/impl/MetadataGenerator.cpp
+++ b/shibsp/handler/impl/MetadataGenerator.cpp
@@ -27,6 +27,7 @@
 #include "handler/AbstractHandler.h"
 #include "handler/RemotedHandler.h"
 
+#include <memory>
 #include <xercesc/framework/LocalFileInputSource.hpp>
 #include <xercesc/framework/Wrapper4InputSource.hpp>
 
diff --git a/shibsp/handler/impl/SAML2Logout.cpp b/shibsp/handler/impl/SAML2Logout.cpp
index be80cb1..12b5a3d 100644
--- a/shibsp/handler/impl/SAML2Logout.cpp
+++ b/shibsp/handler/impl/SAML2Logout.cpp
@@ -27,6 +27,7 @@
 #include "handler/AbstractHandler.h"
 #include "handler/LogoutHandler.h"
 #include "util/SPConstants.h"
+#include <memory>
 
 #ifndef SHIBSP_LITE
 # include "SessionCacheEx.h"
diff --git a/shibsp/handler/impl/SAML2NameIDMgmt.cpp b/shibsp/handler/impl/SAML2NameIDMgmt.cpp
index 4aba9a6..7b2803e 100644
--- a/shibsp/handler/impl/SAML2NameIDMgmt.cpp
+++ b/shibsp/handler/impl/SAML2NameIDMgmt.cpp
@@ -27,6 +27,7 @@
 #include "handler/AbstractHandler.h"
 #include "handler/RemotedHandler.h"
 #include "util/SPConstants.h"
+#include <memory>
 
 #ifndef SHIBSP_LITE
 # include "SessionCache.h"
diff --git a/shibsp/handler/impl/SAML2SessionInitiator.cpp b/shibsp/handler/impl/SAML2SessionInitiator.cpp
index 9906907..83b1fdf 100644
--- a/shibsp/handler/impl/SAML2SessionInitiator.cpp
+++ b/shibsp/handler/impl/SAML2SessionInitiator.cpp
@@ -29,6 +29,7 @@
 #include "handler/RemotedHandler.h"
 #include "handler/SessionInitiator.h"
 #include "util/SPConstants.h"
+#include <memory>
 
 #ifndef SHIBSP_LITE
 # include <saml/SAMLConfig.h>
diff --git a/shibsp/handler/impl/Shib1SessionInitiator.cpp b/shibsp/handler/impl/Shib1SessionInitiator.cpp
index 38fb2d3..4e11ec8 100644
--- a/shibsp/handler/impl/Shib1SessionInitiator.cpp
+++ b/shibsp/handler/impl/Shib1SessionInitiator.cpp
@@ -29,6 +29,7 @@
 #include "handler/RemotedHandler.h"
 #include "handler/SessionInitiator.h"
 #include "util/SPConstants.h"
+#include <memory>
 
 #ifndef SHIBSP_LITE
 # include <saml/saml2/metadata/Metadata.h>
diff --git a/shibsp/handler/impl/StatusHandler.cpp b/shibsp/handler/impl/StatusHandler.cpp
index 5f72c43..530f27c 100644
--- a/shibsp/handler/impl/StatusHandler.cpp
+++ b/shibsp/handler/impl/StatusHandler.cpp
@@ -27,6 +27,7 @@
 #include "handler/AbstractHandler.h"
 #include "handler/RemotedHandler.h"
 #include "util/CGIParser.h"
+#include <memory>
 
 using namespace shibsp;
 #ifndef SHIBSP_LITE
diff --git a/shibsp/impl/XMLRequestMapper.cpp b/shibsp/impl/XMLRequestMapper.cpp
index 9c5f294..07c4db2 100644
--- a/shibsp/impl/XMLRequestMapper.cpp
+++ b/shibsp/impl/XMLRequestMapper.cpp
@@ -27,6 +27,7 @@
 #include "util/DOMPropertySet.h"
 #include "util/SPConstants.h"
 
+#include <memory>
 #include <xmltooling/util/NDC.h>
 #include <xmltooling/util/ReloadableXMLFile.h>
 #include <xmltooling/util/XMLHelper.h>
diff --git a/shibsp/impl/XMLServiceProvider.cpp b/shibsp/impl/XMLServiceProvider.cpp
index eeb3f38..30177b6 100644
--- a/shibsp/impl/XMLServiceProvider.cpp
+++ b/shibsp/impl/XMLServiceProvider.cpp
@@ -32,6 +32,7 @@
 #include "remoting/ListenerService.h"
 #include "util/DOMPropertySet.h"
 #include "util/SPConstants.h"
+#include <memory>
 
 #if defined(XMLTOOLING_LOG4SHIB)
 # include <log4shib/PropertyConfigurator.hh>
diff --git a/shibsp/remoting/impl/SocketListener.cpp b/shibsp/remoting/impl/SocketListener.cpp
index c67492d..e1a3c2f 100644
--- a/shibsp/remoting/impl/SocketListener.cpp
+++ b/shibsp/remoting/impl/SocketListener.cpp
@@ -25,6 +25,7 @@
 #include "ServiceProvider.h"
 #include "remoting/impl/SocketListener.h"
 
+#include <memory>
 #include <errno.h>
 #include <stack>
 #include <sstream>

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


More information about the commits mailing list