gecko/ipc/ipdl/test/cxx/PTestRacyReentry.ipdl

22 lines
226 B
Plaintext
Raw Normal View History

2010-09-01 11:01:50 -07:00
namespace mozilla {
namespace _ipdltest {
rpc protocol PTestRacyReentry {
parent:
rpc E();
__delete__();
child:
async Start();
async N();
rpc H();
};
} // namespace mozilla
} // namespace _ipdltest