ipc/ipdl/test/cxx/PTestActorPunningSub.ipdl

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:2d5a8fcd4810
1
2 include protocol PTestActorPunning;
3
4 namespace mozilla {
5 namespace _ipdltest {
6
7 protocol PTestActorPunningSub {
8 manager PTestActorPunning;
9
10 child:
11 Bad();
12 __delete__();
13 };
14
15 } // namespace mozilla
16 } // namespace _ipdltes

mercurial