blob: 542a03e2d253ae27c14c59b4e22a2ac4f14b4b0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
include protocol PTestDescSub;
include "mozilla/_ipdltest/TestDesc.h";
namespace mozilla {
namespace _ipdltest {
[ManualDealloc, ChildImpl="TestDescSubsubChild", ParentImpl="TestDescSubsubParent"]
intr protocol PTestDescSubsub {
manager PTestDescSub;
child:
[LegacyIntr] intr __delete__();
};
}
}
|