Convert from NULL macro to nullptr.
[shibboleth/cpp-xmltooling.git] / xmltooling / util / ReloadableXMLFile.h
index bf32fcf..bce4b8e 100644 (file)
@@ -107,10 +107,15 @@ namespace xmltooling {
          *
          * <p>The lock is <strong>NOT</strong> acquired automatically.
          *
-         * @return  pointer to a lock interface, or NULL if unnecessary
+         * @return  pointer to a lock interface, or nullptr if unnecessary
          */
         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;