diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2009-10-19 19:01:24 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2009-10-19 19:01:24 +0000 |
commit | 476fbdc159a38543b9d4a1edad54302ada08d351 (patch) | |
tree | ebdc7c8c122de15850929595236c34bddacb8000 /components/interfaces/rdIRedirect.idl | |
parent | de75a745450ee90b12bd9bec875beb7fda87d066 (diff) |
xpidl up and running, build script updated
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@283 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'components/interfaces/rdIRedirect.idl')
-rw-r--r-- | components/interfaces/rdIRedirect.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/components/interfaces/rdIRedirect.idl b/components/interfaces/rdIRedirect.idl new file mode 100644 index 0000000..e1d9d1b --- /dev/null +++ b/components/interfaces/rdIRedirect.idl @@ -0,0 +1,8 @@ +/* $Id */ +#include "nsISupports.idl" + +[scriptable, uuid(12300000-0000-0000-c000-000000000046)] +interface rdIRedirect { + void test(); +}; + |