michael@0: namespace mozilla { michael@0: namespace _ipdltest { michael@0: michael@0: intr protocol PTestInterruptErrorCleanup { michael@0: child: michael@0: intr Error(); michael@0: intr __delete__(); michael@0: }; michael@0: michael@0: } // namespace _ipdltest michael@0: } // namespace mozilla