ipc/ipdl/test/cxx/PTestActorPunningPunned.ipdl

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

mercurial