Bug 675221 part A: replace XPCOM proxies with runanble for code in XPCOM itself,...
[gecko.git] / xpcom / proxy / tests / nsITestProxy.idl
blob98cb3f94ceae4872d68959ebeccc8829709b3fd2
1 #include "nsISupports.idl"
3 [uuid(1979e980-1cfd-11d3-915e-0000863011c4)]
4 interface nsITestProxy : nsISupports
6 long Test(in long p1, in long p2);
7 void Test2();
8 void Test3(in nsISupports p1, out nsISupports p2);
9 };