aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/PromptService.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-03-15 21:34:29 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-03-15 21:34:29 +0800
commitc4f0df940819eecbafa66faf177d2a4b97dea09c (patch)
treea52fdb9739cfb10a3ee93525bab5df0cd30d449f /embed/mozilla/PromptService.h
parent0493568f7449cea1dd8eeb08919c33f7979a8c09 (diff)
downloadgsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.gz
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.bz2
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.lz
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.xz
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.tar.zst
gsoc2013-epiphany-c4f0df940819eecbafa66faf177d2a4b97dea09c.zip
Remove our custom prompt implementation. Gtkmozembed provides and HIG
2003-03-15 Marco Pesenti Gritti <marco@it.gnome.org> * data/glade/Makefile.am: * data/glade/prompts.glade: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/PromptService.cpp: * embed/mozilla/PromptService.h: Remove our custom prompt implementation. Gtkmozembed provides and HIG compliant one now.
Diffstat (limited to 'embed/mozilla/PromptService.h')
-rw-r--r--embed/mozilla/PromptService.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/embed/mozilla/PromptService.h b/embed/mozilla/PromptService.h
deleted file mode 100644
index ac2ea4451..000000000
--- a/embed/mozilla/PromptService.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * Copyright (C) 2000 Marco Pesenti Gritti
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __PromptService_h
-#define __PromptService_h
-
-#include "nsError.h"
-
-#define G_PROMPTSERVICE_CID \
-{ /* c5a77759-a07a-4025-8f74-ae89153ee6c2 */ \
- 0xc5a77759, \
- 0xa07a, \
- 0x4025, \
- {0x8f, 0x74, 0xae, 0x89, 0x15, 0x3e, 0xe6, 0xc2} \
-}
-
-#define G_PROMPTSERVICE_CLASSNAME "Epiphany's Prompt Service"
-#define G_PROMPTSERVICE_CONTRACTID "@mozilla.org/embedcomp/prompt-service;1"
-
-class nsIFactory;
-
-extern nsresult NS_NewPromptServiceFactory(nsIFactory** aFactory);
-
-#endif