File: null_prompt_service.hpp

package info (click to toggle)
videolink 1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 368 kB
  • ctags: 502
  • sloc: cpp: 3,210; ansic: 880; makefile: 121
file content (15 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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