michael@0: include protocol PTestIndirectProtocolParamManage; michael@0: // FIXME/bug 792908 protocol PTestIndirectProtocolParamSecond is michael@0: // already included in PTestIndirectProtocolParam.ipdlh michael@0: include protocol PTestIndirectProtocolParamSecond; michael@0: include PTestIndirectProtocolParam; michael@0: michael@0: namespace mozilla { michael@0: namespace _ipdltest { michael@0: michael@0: sync protocol PTestIndirectProtocolParamFirst { michael@0: manager PTestIndirectProtocolParamManage; michael@0: parent: michael@0: sync Test(IndirectParamUnion actor); michael@0: both: michael@0: __delete__(); michael@0: }; michael@0: michael@0: } michael@0: }