comparison: ipc/ipdl/test/cxx/PTestIndirectProtocolParam.ipdlh
ipc/ipdl/test/cxx/PTestIndirectProtocolParam.ipdlh
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 include protocol PTestIndirectProtocolParamSecond; |
|
2 |
|
3 namespace mozilla { |
|
4 namespace _ipdltest { |
|
5 |
|
6 struct IndirectParamStruct { |
|
7 PTestIndirectProtocolParamSecond actor; |
|
8 }; |
|
9 |
|
10 union IndirectParamUnion { |
|
11 IndirectParamStruct; |
|
12 }; |
|
13 |
|
14 } |
|
15 } |