ipc/ipdl/test/cxx/PTestDescSubsub.ipdl

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:39702273e3f8
1
2 include protocol PTestDescSub;
3
4 namespace mozilla {
5 namespace _ipdltest {
6
7 intr protocol PTestDescSubsub {
8 manager PTestDescSub;
9
10 child:
11 intr __delete__();
12 };
13
14 }
15 }

mercurial