ipc/ipdl/test/cxx/PTestManyChildAllocsSub.ipdl

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:be90372d6ba1
1 include protocol PTestManyChildAllocs;
2
3 namespace mozilla {
4 namespace _ipdltest {
5
6 protocol PTestManyChildAllocsSub {
7 manager PTestManyChildAllocs;
8
9 child:
10 __delete__();
11
12 parent:
13 Hello();
14
15 // empty
16 };
17
18 } // namespace _ipdltest
19 } // namespace mozilla

mercurial