00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozISharedComponent.idl" 00004 #include "tmozIApplication.idl" 00005 00006 [scriptable, uuid(1e337a04-8810-45f7-9ec1-e3672e0bc377) ] 00007 interface tmozISharedComponentFactory: nsISupports 00008 { 00009 tmozISharedComponent create(in tmozIApplication aApplication, in tmozIException tmozException); 00010 };