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