summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
blob: ab6754cc1b4d1fb6afa784ac0f1747ef832295df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include "mozilla/_ipdltest/TestInterruptErrorCleanup.h";

namespace mozilla {
namespace _ipdltest {

[ManualDealloc, ChildImpl="TestInterruptErrorCleanupChild", ParentImpl="TestInterruptErrorCleanupParent"]
intr protocol PTestInterruptErrorCleanup {
child:
    [LegacyIntr] intr Error();
    [LegacyIntr] intr __delete__();
};

} // namespace _ipdltest
} // namespace mozilla