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