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
579 B
Java
34 lines
579 B
Java
/*
|
|
* ************* DO NOT EDIT THIS FILE ***********
|
|
*
|
|
* This file was automatically generated from iMThreadContext.idl.
|
|
*/
|
|
|
|
|
|
package org.mozilla.xpcom;
|
|
|
|
|
|
/**
|
|
* Interface iMThreadContext
|
|
*
|
|
* IID: 0xa7b26685-9816-4eb6-a075-36f539a7a823
|
|
*/
|
|
|
|
public interface iMThreadContext extends nsISupports
|
|
{
|
|
public static final IID IID =
|
|
new IID("a7b26685-9816-4eb6-a075-36f539a7a823");
|
|
|
|
|
|
/* string GetNext (); */
|
|
public String getNext();
|
|
|
|
/* nsIComponentManager GetComponentManager (); */
|
|
public nsIComponentManager getComponentManager();
|
|
|
|
}
|
|
|
|
/*
|
|
* end
|
|
*/
|