comparison: ipc/ipdl/test/cxx/PTestDescSubsub.ipdl
ipc/ipdl/test/cxx/PTestDescSubsub.ipdl
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 include protocol PTestDescSub; |
|
3 |
|
4 namespace mozilla { |
|
5 namespace _ipdltest { |
|
6 |
|
7 intr protocol PTestDescSubsub { |
|
8 manager PTestDescSub; |
|
9 |
|
10 child: |
|
11 intr __delete__(); |
|
12 }; |
|
13 |
|
14 } |
|
15 } |