00001 #include "nsISupports.idl" 00002 #include "nsISimpleEnumerator.idl" 00003 #include "tmozIException.idl" 00004 #include "tmozIActionObject.idl" 00005 #include "tmozISharedComponent.idl" 00006 00013 [scriptable, uuid(3f1fe596-f279-4115-b731-00b337730023) ] 00014 interface tmozISharedComponentManager: nsISupports 00015 { 00022 readonly attribute nsISimpleEnumerator components; 00023 00031 tmozISharedComponent get(in AString name); 00032 00033 };