From 94c3cd468ff1cd45b092290f62a2ee825c4a84dc Mon Sep 17 00:00:00 2001 From: cantor Date: Mon, 12 Oct 2009 21:58:47 +0000 Subject: [PATCH] Reducing header overuse, non-inlining selected methods (CPPOST-35). git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3132 cb58f699-b61c-0410-a6fe-9272a202ed29 --- adfs/adfs.cpp | 1 + memcache-store/memcache-store.cpp | 1 + shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp | 1 + shibsp/metadata/MetadataExtSchemaValidators.cpp | 5 +++-- shibsp/security/PKIXTrustEngine.cpp | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) diff --git a/adfs/adfs.cpp b/adfs/adfs.cpp index 7495b09..47fdca0 100644 --- a/adfs/adfs.cpp +++ b/adfs/adfs.cpp @@ -45,6 +45,7 @@ #include #include #include +#include #include #include #include diff --git a/memcache-store/memcache-store.cpp b/memcache-store/memcache-store.cpp index 270eb79..192b197 100644 --- a/memcache-store/memcache-store.cpp +++ b/memcache-store/memcache-store.cpp @@ -45,6 +45,7 @@ #include #include #include +#include #include using namespace xmltooling::logging; diff --git a/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp b/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp index a8e5998..e77133a 100644 --- a/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp +++ b/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp @@ -43,6 +43,7 @@ #include #include #include +#include #include #include diff --git a/shibsp/metadata/MetadataExtSchemaValidators.cpp b/shibsp/metadata/MetadataExtSchemaValidators.cpp index f9b4472..7841539 100644 --- a/shibsp/metadata/MetadataExtSchemaValidators.cpp +++ b/shibsp/metadata/MetadataExtSchemaValidators.cpp @@ -1,5 +1,5 @@ /* -* Copyright 2001-2007 Internet2 +* Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /** * MetadataExtSchemaValidators.cpp * - * Schema-based validators for Shibboleth metadata extension classes + * Schema-based validators for Shibboleth metadata extension classes. */ #include "internal.h" @@ -26,6 +26,7 @@ #include #include +#include #include using namespace shibsp; diff --git a/shibsp/security/PKIXTrustEngine.cpp b/shibsp/security/PKIXTrustEngine.cpp index d52db86..8c4bea3 100644 --- a/shibsp/security/PKIXTrustEngine.cpp +++ b/shibsp/security/PKIXTrustEngine.cpp @@ -31,6 +31,7 @@ #include #include #include +#include using namespace shibsp; using namespace opensaml::saml2md; -- 2.1.4