ipc/ipdl/test/cxx/PTestUrgency.ipdl

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:9030f67f6af9
1 namespace mozilla {
2 namespace _ipdltest {
3
4 intr protocol PTestUrgency
5 {
6 parent:
7 sync Test1() returns (uint32_t result);
8 async Test2();
9 sync Test3() returns (uint32_t result);
10 sync FinalTest_Begin();
11
12 child:
13 async Start();
14 rpc Reply1() returns (uint32_t result);
15 rpc Reply2() returns (uint32_t result);
16 rpc FinalTest_Hang();
17 };
18
19 } // namespace _ipdltest
20 } // namespace mozilla

mercurial