comparison: ipc/ipdl/test/cxx/PTestIndirectProtocolParam.ipdlh
ipc/ipdl/test/cxx/PTestIndirectProtocolParam.ipdlh
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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 } |