fix for 80938 a = avm@sparc.spb.su ovk@sparc.spb.su sva@sparc.spb.su Tests for blackConnect git-svn-id: svn://10.0.0.236/trunk@95860 18797224-902f-48f8-a5cc-f745e15eee43
31 lines
572 B
Java
31 lines
572 B
Java
/*
|
|
* ************* 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
|
|
*/
|