-1:000000000000 | 0:6b5e61c809da |
---|---|
1 include protocol PTestDesc; | |
2 include protocol PTestDescSubsub; | |
3 | |
4 namespace mozilla { | |
5 namespace _ipdltest { | |
6 | |
7 intr protocol PTestDescSub { | |
8 manager PTestDesc; | |
9 manages PTestDescSubsub; | |
10 | |
11 child: | |
12 __delete__(); | |
13 | |
14 intr PTestDescSubsub(); | |
15 }; | |
16 | |
17 } | |
18 } |