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
34 lines
597 B
Java
34 lines
597 B
Java
/*
|
|
* ************* DO NOT EDIT THIS FILE ***********
|
|
*
|
|
* This file was automatically generated from iMThreadComponent.idl.
|
|
*/
|
|
|
|
|
|
package org.mozilla.xpcom;
|
|
|
|
|
|
/**
|
|
* Interface iMThreadComponent
|
|
*
|
|
* IID: 0xb4d98604-3226-4077-abf0-b3aa2a4eff26
|
|
*/
|
|
|
|
public interface iMThreadComponent extends nsISupports
|
|
{
|
|
public static final IID IID =
|
|
new IID("b4d98604-3226-4077-abf0-b3aa2a4eff26");
|
|
|
|
|
|
/* void Initialize (in iMThreadContext c); */
|
|
public void initialize(iMThreadContext c);
|
|
|
|
/* void Execute (in string tName); */
|
|
public void execute(String tName);
|
|
|
|
}
|
|
|
|
/*
|
|
* end
|
|
*/
|