mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
11 lines
186 B
Text
11 lines
186 B
Text
|
|
namespace mozilla {
|
||
|
|
namespace _ipdltest {
|
||
|
|
|
||
|
|
intr protocol PTestInterruptErrorCleanup {
|
||
|
|
child:
|
||
|
|
intr Error();
|
||
|
|
intr __delete__();
|
||
|
|
};
|
||
|
|
|
||
|
|
} // namespace _ipdltest
|
||
|
|
} // namespace mozilla
|