Adjust caching support so Last-Modified-Date and ETag can both be used.
[shibboleth/cpp-xmltooling.git] / xmltooling / util / ReloadableXMLFile.h
index bf32fcf..a990f5e 100644 (file)
@@ -111,6 +111,11 @@ namespace xmltooling {
          */
         virtual Lockable* getBackupLock();
 
+        /**
+         * Shuts down reload thread, should be called from subclass destructor.
+         */
+        void shutdown();
+
         /** Root of the original DOM element passed into constructor. */
         const xercesc::DOMElement* m_root;