]> git.decadent.org.uk Git - videolink.git/blob - null_prompt_service.hpp
Added debugging option to keep temporary files.
[videolink.git] / null_prompt_service.hpp
1 #ifndef INC_NULL_PROMPT_SERVICE_HPP
2 #define INC_NULL_PROMPT_SERVICE_HPP
3
4 #include <nsIPromptService.h>
5
6 class null_prompt_service : public nsIPromptService
7 {
8 public:
9     static void install();
10
11     NS_DECL_ISUPPORTS
12     NS_DECL_NSIPROMPTSERVICE
13 };
14
15 #endif // !INC_NULL_PROMPT_SERVICE_HPP