summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestManyChildAllocsSub.ipdl
blob: e3d9c98df9daa04000c5755a609db07d517c1dd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include protocol PTestManyChildAllocs;

namespace mozilla {
namespace _ipdltest {

protocol PTestManyChildAllocsSub {
    manager PTestManyChildAllocs;

child:
    async __delete__();

parent:
    async Hello();

    // empty
};

} // namespace _ipdltest
} // namespace mozilla