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
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
#include "nsISupports.idl"
|
|
#include "nsIComponentManager.idl"
|
|
|
|
[scriptable, uuid(9e5fe0c0-985e-11d4-aa22-00a024a8bbac)]
|
|
interface iJClientTestComponent : nsISupports
|
|
{
|
|
void tHack(in nsIComponentManager cm, in string serverProgID);
|
|
};
|
|
|
|
|