X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=null_prompt_service.hpp;fp=null_prompt_service.hpp;h=c3b69515bd730792275473aa730e2faf816978c6;hp=0000000000000000000000000000000000000000;hb=80da930b8321600a81d3d9ae39ff4b27def501c3;hpb=be757cb101de2c2abd8131533c40f740da9e3eca diff --git a/null_prompt_service.hpp b/null_prompt_service.hpp new file mode 100644 index 0000000..c3b6951 --- /dev/null +++ b/null_prompt_service.hpp @@ -0,0 +1,15 @@ +#ifndef INC_NULL_PROMPT_SERVICE_HPP +#define INC_NULL_PROMPT_SERVICE_HPP + +#include + +class null_prompt_service : public nsIPromptService +{ +public: + static void install(); + + NS_DECL_ISUPPORTS + NS_DECL_NSIPROMPTSERVICE +}; + +#endif // !INC_NULL_PROMPT_SERVICE_HPP