summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestIndirectProtocolParamSecond.ipdl
blob: 27545ca2cba0c0f8e6f62f534d428660bd0c7149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include protocol PTestIndirectProtocolParamManage;

namespace mozilla {
namespace _ipdltest {

[ManualDealloc, ChildImpl=virtual, ParentImpl=virtual]
sync protocol PTestIndirectProtocolParamSecond {
    manager PTestIndirectProtocolParamManage;
both:
    async __delete__();
};

}
}