From: Scott Cantor Date: Tue, 13 Oct 2009 02:41:15 +0000 (+0000) Subject: Reducing header overuse, non-inlining selected methods (CPPOST-35). X-Git-Tag: 2.3~41 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=37893fe8c3685a0397fef1d8f3388071673e5b48 Reducing header overuse, non-inlining selected methods (CPPOST-35). --- diff --git a/adfs/adfs.cpp b/adfs/adfs.cpp index 47fdca0..bc2aa8d 100644 --- a/adfs/adfs.cpp +++ b/adfs/adfs.cpp @@ -63,6 +63,7 @@ # include # include # include +# include # include using namespace opensaml::saml2md; # ifndef min diff --git a/memcache-store/memcache-store.cpp b/memcache-store/memcache-store.cpp index 192b197..758f4ff 100644 --- a/memcache-store/memcache-store.cpp +++ b/memcache-store/memcache-store.cpp @@ -42,6 +42,7 @@ #include #include +#include #include #include #include diff --git a/odbc-store/odbc-store.cpp b/odbc-store/odbc-store.cpp index 8bb7989..546eefc 100644 --- a/odbc-store/odbc-store.cpp +++ b/odbc-store/odbc-store.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 @@ /** * odbc-store.cpp * - * Storage Service using ODBC + * Storage Service using ODBC. */ #if defined (_MSC_VER) || defined(__BORLANDC__) @@ -39,6 +39,7 @@ #include #include +#include #include #include #include diff --git a/shibsp/SPConfig.cpp b/shibsp/SPConfig.cpp index 326f995..8c1fa44 100644 --- a/shibsp/SPConfig.cpp +++ b/shibsp/SPConfig.cpp @@ -18,7 +18,7 @@ /** * SPConfig.cpp * - * Library configuration + * Library configuration. */ #include "internal.h" @@ -61,6 +61,7 @@ #include #include #include +#include #include #include #include diff --git a/shibsp/handler/impl/MetadataGenerator.cpp b/shibsp/handler/impl/MetadataGenerator.cpp index f07c5a0..f9da6ab 100644 --- a/shibsp/handler/impl/MetadataGenerator.cpp +++ b/shibsp/handler/impl/MetadataGenerator.cpp @@ -38,11 +38,12 @@ # include # include # include +# include # include +# include +# include #endif -#include -#include using namespace shibsp; #ifndef SHIBSP_LITE diff --git a/shibsp/impl/StorageServiceSessionCache.cpp b/shibsp/impl/StorageServiceSessionCache.cpp index 5d23f12..fa018bb 100644 --- a/shibsp/impl/StorageServiceSessionCache.cpp +++ b/shibsp/impl/StorageServiceSessionCache.cpp @@ -43,6 +43,7 @@ #include #include #include +#include #include #include diff --git a/shibsp/metadata/DynamicMetadataProvider.cpp b/shibsp/metadata/DynamicMetadataProvider.cpp index 2698baa..98605c1 100644 --- a/shibsp/metadata/DynamicMetadataProvider.cpp +++ b/shibsp/metadata/DynamicMetadataProvider.cpp @@ -26,11 +26,13 @@ #include "ServiceProvider.h" #include "metadata/MetadataProviderCriteria.h" +#include +#include +#include #include #include #include #include - #include #include #include @@ -39,11 +41,9 @@ #include #include #include +#include #include -#include -#include - using namespace shibsp; using namespace opensaml; using namespace xmltooling::logging; diff --git a/util/resolvertest.cpp b/util/resolvertest.cpp index e9424ec..9a1709d 100644 --- a/util/resolvertest.cpp +++ b/util/resolvertest.cpp @@ -47,6 +47,7 @@ #include #include #include +#include #include using namespace shibsp;