namespace mozilla {
namespace _ipdltest {
intr protocol PTestSyncWakeup {
both:
intr StackFrame();
child:
async Start();
async Note1();
async Note2();
parent:
sync Sync1();
sync Sync2();
async __delete__();
};
} // namespace _ipdltest
} // namespace mozilla