X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Finternal.h;h=6c5320d5302dc6663c12bf017f10626eca679207;hp=81833212e6dea9adfbe9f309d68799584d8d7c1c;hb=1cc00cad473a796373e8a327e5d37bee4c74b411;hpb=66589a895c5a7f5b810623047fa0387a92f5be3d diff --git a/saml/internal.h b/saml/internal.h index 8183321..6c5320d 100644 --- a/saml/internal.h +++ b/saml/internal.h @@ -45,6 +45,7 @@ #include "SAMLConfig.h" #include +#include using namespace xercesc; @@ -111,7 +112,7 @@ namespace opensaml { private: int m_initCount; - std::auto_ptr m_lock; + boost::scoped_ptr m_lock; }; /// @endcond