summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/gtest/PTestSelfManage.ipdl
blob: e7dc0778084c563d1313ca730c2465d185e030e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include protocol PTestSelfManageRoot;

namespace mozilla {
namespace _ipdltest {

[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
protocol PTestSelfManage {
    manager PTestSelfManageRoot or PTestSelfManage;
    manages PTestSelfManage;

child:
    async PTestSelfManage();
    async __delete__();
};

} // namespace mozilla
} // namespace _ipdltest