Set fourth file version digit to signify rebuild.
[shibboleth/cpp-opensaml.git] / saml / binding / ArtifactMap.h
index 224862c..6c7465c 100644 (file)
@@ -30,6 +30,7 @@
 #include <saml/base.h>
 
 #include <string>
+#include <memory>
 #include <xercesc/dom/DOM.hpp>
 
 namespace xmltooling {
@@ -110,7 +111,7 @@ namespace opensaml {
     private:
         xmltooling::StorageService* m_storage;
         std::string m_context;
-        ArtifactMappings* m_mappings;
+        std::auto_ptr<ArtifactMappings> m_mappings;
         unsigned int m_artifactTTL;
     };