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