]> git.decadent.org.uk Git - videolink.git/blobdiff - null_prompt_service.hpp
Disabled prompts in batch processing mode.
[videolink.git] / null_prompt_service.hpp
diff --git a/null_prompt_service.hpp b/null_prompt_service.hpp
new file mode 100644 (file)
index 0000000..c3b6951
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef INC_NULL_PROMPT_SERVICE_HPP
+#define INC_NULL_PROMPT_SERVICE_HPP
+
+#include <nsIPromptService.h>
+
+class null_prompt_service : public nsIPromptService
+{
+public:
+    static void install();
+
+    NS_DECL_ISUPPORTS
+    NS_DECL_NSIPROMPTSERVICE
+};
+
+#endif // !INC_NULL_PROMPT_SERVICE_HPP