00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "nsISimpleEnumerator.idl" 00004 #include "nsIArray.idl" 00005 00011 [scriptable, uuid(8AF4AB5E-587F-4bed-85AF-86B142567633) ] 00012 interface tmozIPresentationManager: nsISupports 00013 { 00021 nsISimpleEnumerator getPresentations(); 00022 00026 nsIArray getBasicHierarchy(); 00027 }; 00028