aboutsummaryrefslogtreecommitdiff
path: root/components/interfaces/rdIRedirector.idl
diff options
context:
space:
mode:
Diffstat (limited to 'components/interfaces/rdIRedirector.idl')
-rw-r--r--components/interfaces/rdIRedirector.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/components/interfaces/rdIRedirector.idl b/components/interfaces/rdIRedirector.idl
deleted file mode 100644
index 2bd2eff..0000000
--- a/components/interfaces/rdIRedirector.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-/* $Id$ */
-#include "nsISupports.idl"
-#include "nsIFile.idl"
-#include "rdIRedirect.idl"
-
-[scriptable, uuid(cdf25d91-bce1-11de-aee1-028037ec0200)]
-interface rdIRedirector : nsISupports {
-
- attribute boolean enabled;
- readonly attribute short redirectCount;
-
- void addRedirect(in rdIRedirect redirect);
- void debug(in wstring msg);
- void deleteRedirectAt(in short index);
- void exportRedirects(in nsIFile file);
- rdIRedirect getRedirectAt(in short index);
- wstring getRedirectUrl(in wstring url);
- long importRedirects(in nsIFile file);
- void reload();
- void save();
- void switchItems(in short index1, in short index2);
-};
-