tenfourfox/ipc/ipdl/test/cxx/PTestDescSub.ipdl
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
250 B
Plaintext

include protocol PTestDesc;
include protocol PTestDescSubsub;
namespace mozilla {
namespace _ipdltest {
intr protocol PTestDescSub {
manager PTestDesc;
manages PTestDescSubsub;
child:
__delete__();
intr PTestDescSubsub();
};
}
}