/* * ************* DO NOT EDIT THIS FILE *********** * * This file was automatically generated from iJClientTestComponent.idl. */ package org.mozilla.xpcom; /** * Interface iJClientTestComponent * * IID: 0x9e5fe0c0-985e-11d4-aa22-00a024a8bbac */ public interface iJClientTestComponent extends nsISupports { public static final IID IID = new IID("9e5fe0c0-985e-11d4-aa22-00a024a8bbac"); /* void tHack (in nsIComponentManager cm, in string serverProgID); */ public void tHack(nsIComponentManager cm, String serverProgID); } /* * end */