Dactyloidae/ipc/ipdl/test/cxx/PTestHandle.ipdl

14 lines
202 B
Text

include protocol PTestJSON;
namespace mozilla {
namespace _ipdltest {
protocol PTestHandle {
manager PTestJSON;
child:
async __delete__();
};
} // namespace mozilla
} // namespace _ipdltest