Mozilla/mozilla/java/xpcom/test/basic/params/TestLoader/iClientTestComponent.idl
idk%eng.sun.com 6e4a0fdecc *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
2001-05-24 05:22:13 +00:00

12 lines
243 B
Plaintext

#include "nsISupports.idl"
#include "nsIComponentManager.idl"
[scriptable, uuid(c254aa00-9084-11d4-aa1b-00a024a8bbac)]
interface iClientTestComponent : nsISupports
{
void Initialize(in string serverProgID);
void Execute();
};