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/rdIRedirect.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/rdIRedirect.idl')
-rw-r--r-- | components/interfaces/rdIRedirect.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/interfaces/rdIRedirect.idl b/components/interfaces/rdIRedirect.idl index e1d9d1b..32d8494 100644 --- a/components/interfaces/rdIRedirect.idl +++ b/components/interfaces/rdIRedirect.idl @@ -1,8 +1,8 @@ /* $Id */ #include "nsISupports.idl" -[scriptable, uuid(12300000-0000-0000-c000-000000000046)] -interface rdIRedirect { +[scriptable, uuid(cb69ddf0-bce1-11de-8251-028037ec0200)] +interface rdIRedirect : nsISupports { void test(); }; |