comparison: ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 namespace mozilla { |
|
2 namespace _ipdltest { |
|
3 |
|
4 intr protocol PTestInterruptErrorCleanup { |
|
5 child: |
|
6 intr Error(); |
|
7 intr __delete__(); |
|
8 }; |
|
9 |
|
10 } // namespace _ipdltest |
|
11 } // namespace mozilla |