File: null_prompt_service.hpp

package info (click to toggle)
videolink 1.2.5-1
  • links: PTS
  • area: contrib
  • in suites: lenny
  • size: 392 kB
  • ctags: 526
  • sloc: cpp: 3,316; ansic: 884; makefile: 127
file content (17 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef INC_NULL_PROMPT_SERVICE_HPP
#define INC_NULL_PROMPT_SERVICE_HPP

#include "wchar_t_short.h"
#include <nsIPromptService.h>
#include "wchar_t_default.h"

class null_prompt_service : public nsIPromptService
{
public:
    static void install();

    NS_DECL_ISUPPORTS
    NS_DECL_NSIPROMPTSERVICE
};

#endif // !INC_NULL_PROMPT_SERVICE_HPP