diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-25 20:27:19 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-25 20:27:19 +0800 |
commit | e9461d342ebf973f773255bd3b3f3c280bd15671 (patch) | |
tree | b0cafaec71eb0487d581bdedb96cfa3595601d89 /embed/mozilla/GtkNSSKeyPairDialogs.h | |
parent | be12670c97b27dc7af2fd1130a1fb05ae28e39f1 (diff) | |
download | gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.tar.gz gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.tar.zst gsoc2013-epiphany-e9461d342ebf973f773255bd3b3f3c280bd15671.zip |
Resync with galeon.
2003-10-25 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.h:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.h:
* embed/mozilla/Makefile.am:
Resync with galeon.
Diffstat (limited to 'embed/mozilla/GtkNSSKeyPairDialogs.h')
-rw-r--r-- | embed/mozilla/GtkNSSKeyPairDialogs.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/embed/mozilla/GtkNSSKeyPairDialogs.h b/embed/mozilla/GtkNSSKeyPairDialogs.h new file mode 100644 index 000000000..154f05d81 --- /dev/null +++ b/embed/mozilla/GtkNSSKeyPairDialogs.h @@ -0,0 +1,32 @@ +/* + * GtkNSSKeyPairDialogs.h + * + * Copyright (C) 2003 Crispin Flowerday <gnome@flowerday.cx> + * Available under the terms of the GNU General Public License version 2. + */ + +#ifndef GTKNSSKEYPAIRDIALOGS_H +#define GTKNSSKEYPAIRDIALOGS_H 1 + +#include <nsError.h> +#include "nsIGenKeypairInfoDlg.h" + +// 6a8b1aff-ae8b-4751-982e-4ce5ad544100 +#define GTK_NSSKEYPAIRDIALOGS_CID \ + {0x6a8b1aff, 0xae8b, 0x4751, {0x98, 0x2e, 0x4c, 0xe5, 0xad, 0x54, 0x41, 0x10}} + +#define GTK_NSSKEYPAIRDIALOGS_CLASSNAME "Gtk NSS Key Pair Dialogs" + +class GtkNSSKeyPairDialogs +: public nsIGeneratingKeypairInfoDialogs +{ +public: + NS_DECL_ISUPPORTS + NS_DECL_NSIGENERATINGKEYPAIRINFODIALOGS + + GtkNSSKeyPairDialogs(); + virtual ~GtkNSSKeyPairDialogs(); +}; + + +#endif /* GTKNSSKEYPAIRDIALOGS_H */ |