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

namespace mozilla {
namespace _ipdltest {

sync protocol PTestIndirectProtocolParamSecond {
    manager PTestIndirectProtocolParamManage;
both:
    async __delete__();
};

}
}