diff options
author | Einar Egilsson | 2009-10-19 19:05:53 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-19 19:05:53 +0000 |
commit | 85e1989a00957f4f08ea6720e0b884b278f24714 (patch) | |
tree | 4043fc01c19d8c88cb4ab2ad035f8cc525f84770 /components/interfaces/rdIRedirector.idl | |
parent | 476fbdc159a38543b9d4a1edad54302ada08d351 (diff) |
Guids for components + fixed build once again
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@284 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'components/interfaces/rdIRedirector.idl')
-rw-r--r-- | components/interfaces/rdIRedirector.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/interfaces/rdIRedirector.idl b/components/interfaces/rdIRedirector.idl index b36d133..d229263 100644 --- a/components/interfaces/rdIRedirector.idl +++ b/components/interfaces/rdIRedirector.idl @@ -2,8 +2,8 @@ #include "nsISupports.idl" #include "rdIRedirect.idl" -[scriptable, uuid(12300000-0000-0000-c000-000000000046)] -interface rdIRedirector { +[scriptable, uuid(cdf25d91-bce1-11de-aee1-028037ec0200)] +interface rdIRedirector : nsISupports { void test(); }; |