summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
blob: 95f933bba72ed5fbc9637d249c003aa745908142 (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace mozilla {
namespace _ipdltest {

intr protocol PTestInterruptErrorCleanup {
child:
    intr Error();
    intr __delete__();
};

} // namespace _ipdltest
} // namespace mozilla