source:
vbox/trunk/src/libs/xpcom18a4/xpcom/proxy/tests/nsITestProxy.idl@
86714
Last change on this file since 86714 was 1, checked in by , 55 years ago | |
---|---|
|
|
File size: 228 bytes |
Line | |
---|---|
1 | #include "nsISupports.idl" |
2 | |
3 | [uuid(1979e980-1cfd-11d3-915e-0000863011c4)] |
4 | interface nsITestProxy : nsISupports |
5 | { |
6 | long Test(in long p1, in long p2); |
7 | void Test2(); |
8 | void Test3(in nsISupports p1, out nsISupports p2); |
9 | }; |
Note:
See TracBrowser
for help on using the repository browser.