]> git.decadent.org.uk Git - videolink.git/blob - null_prompt_service.hpp
Release versions 1.2.11 and 1.2.11-1
[videolink.git] / null_prompt_service.hpp
1 #ifndef INC_NULL_PROMPT_SERVICE_HPP
2 #define INC_NULL_PROMPT_SERVICE_HPP
3
4 #include "wchar_t_short.h"
5 #include <nsIPromptService.h>
6 #include "wchar_t_default.h"
7
8 class null_prompt_service : public nsIPromptService
9 {
10 public:
11     static void install();
12
13     NS_DECL_ISUPPORTS
14     NS_DECL_NSIPROMPTSERVICE
15 };
16
17 #endif // !INC_NULL_PROMPT_SERVICE_HPP