00001 #include "nsISupports.idl" 00002 #include "tmozIActionObject.idl" 00003 #include "tmozIDomain.idl" 00004 00015 [scriptable, uuid(218e68ec-e9aa-45c7-a3e5-e63010721f34)] 00016 interface tmozISendObjectService: nsISupports 00017 { 00027 boolean send(in tmozIDomain domain, in tmozIActionObject actionObject); 00028 };