/* ***** BEGIN LICENSE BLOCK ***** * ***** END LICENSE BLOCK ***** */ package org.bugzilla.landfill.mxr; import java.io.*; /** *

* This interface is similar to nsISupports. *

* * @see Mozilla#initEmbedding * @see Mozilla#initXPCOM * @see * nsISupports */ public interface IMXRTestSupports { /** * Blah * * @param interface_id the interface * @param out_result this is the result * * The following is gibberish for testing mxr's cross reference * */ void QueryInterface(nsid interface_id, [out,QIResult] out_result); }