#include "nsISupports.idl" #include "nsIComponentManager.idl" [scriptable, uuid(9e5fe0c0-985e-11d4-aa22-00a024a8bbac)] interface iJClientTestComponent : nsISupports { void tHack(in nsIComponentManager cm, in string serverProgID); };