X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fbinding%2Fimpl%2FMessageDecoder.cpp;h=2620cd338c62f12fd8cf66a1b5c7aee5189d522a;hb=b1bc6cee9765011e91f139f4af302dd1007bb2a1;hp=cf785f6c450ccb601118ce43246a7e89626e9938;hpb=c3c89629114e8a29b8c9a769956b6b4e7e2c4c24;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/binding/impl/MessageDecoder.cpp b/saml/binding/impl/MessageDecoder.cpp index cf785f6..2620cd3 100644 --- a/saml/binding/impl/MessageDecoder.cpp +++ b/saml/binding/impl/MessageDecoder.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Internet2 + * Copyright 2001-2007 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,19 +26,20 @@ using namespace opensaml; using namespace xmltooling; +using namespace std; namespace opensaml { namespace saml1p { - SAML_DLLLOCAL PluginManager::Factory SAML1ArtifactDecoderFactory; - SAML_DLLLOCAL PluginManager::Factory SAML1POSTDecoderFactory; - SAML_DLLLOCAL PluginManager::Factory SAML1SOAPDecoderFactory; + SAML_DLLLOCAL PluginManager::Factory SAML1ArtifactDecoderFactory; + SAML_DLLLOCAL PluginManager::Factory SAML1POSTDecoderFactory; + SAML_DLLLOCAL PluginManager::Factory SAML1SOAPDecoderFactory; }; namespace saml2p { - SAML_DLLLOCAL PluginManager::Factory SAML2ArtifactDecoderFactory; - SAML_DLLLOCAL PluginManager::Factory SAML2POSTDecoderFactory; - SAML_DLLLOCAL PluginManager::Factory SAML2RedirectDecoderFactory; - SAML_DLLLOCAL PluginManager::Factory SAML2SOAPDecoderFactory; + SAML_DLLLOCAL PluginManager::Factory SAML2ArtifactDecoderFactory; + SAML_DLLLOCAL PluginManager::Factory SAML2POSTDecoderFactory; + SAML_DLLLOCAL PluginManager::Factory SAML2RedirectDecoderFactory; + SAML_DLLLOCAL PluginManager::Factory SAML2SOAPDecoderFactory; }; };