From 85e1989a00957f4f08ea6720e0b884b278f24714 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Mon, 19 Oct 2009 19:05:53 +0000 Subject: Guids for components + fixed build once again git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@284 119bf307-c92d-0410-89bd-8f53e6181181 --- build.py | 1 - components/interfaces/rdIRedirect.idl | 4 ++-- components/interfaces/rdIRedirector.idl | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build.py b/build.py index d38a0fb..0072e98 100644 --- a/build.py +++ b/build.py @@ -2,7 +2,6 @@ import os, os.path, zipfile os.chdir(r'components\interfaces') for f in os.listdir('.'): - print f if f.startswith('rdI') and f.endswith('.idl'): os.system(r'xpidl -m typelib -e ..\%s %s' % (f[:-3] + 'xpt',f)) os.chdir(r'..\..') 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(); }; 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(); }; -- cgit v1.2.3-70-g09d2