michael@0: include protocol PTestFailedCtor; michael@0: include protocol PTestFailedCtorSubsub; michael@0: michael@0: namespace mozilla { michael@0: namespace _ipdltest { michael@0: michael@0: intr protocol PTestFailedCtorSub { michael@0: manager PTestFailedCtor; michael@0: manages PTestFailedCtorSubsub; michael@0: michael@0: parent: michael@0: async PTestFailedCtorSubsub(); michael@0: sync Sync(); michael@0: __delete__(); michael@0: }; michael@0: michael@0: } michael@0: }