Dactyloidae/ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl

11 lines
186 B
Text
Raw Normal View History

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