ipc/ipdl/test/cxx/PTestSyncHang.ipdl

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:f132cfaee251
1
2 namespace mozilla {
3 namespace _ipdltest {
4
5
6 protocol PTestSyncHang {
7
8 child:
9 __delete__();
10
11 };
12
13
14 } // namespace mozilla
15 } // namespace _ipdltest

mercurial