*not part of the build*
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
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/*
|
||||
* ************* DO NOT EDIT THIS FILE ***********
|
||||
*
|
||||
* This file was automatically generated from iClientTestComponent.idl.
|
||||
*/
|
||||
|
||||
|
||||
package org.mozilla.xpcom;
|
||||
|
||||
|
||||
/**
|
||||
* Interface iClientTestComponent
|
||||
*
|
||||
* IID: 0xc254aa00-9084-11d4-aa1b-00a024a8bbac
|
||||
*/
|
||||
|
||||
public interface iClientTestComponent extends nsISupports
|
||||
{
|
||||
public static final IID IID =
|
||||
new IID("c254aa00-9084-11d4-aa1b-00a024a8bbac");
|
||||
|
||||
|
||||
/* void Initialize (in string serverProgID); */
|
||||
public void initialize(String serverProgID);
|
||||
|
||||
/* void Execute (); */
|
||||
public void execute();
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
* end
|
||||
*/
|
||||
Reference in New Issue
Block a user