mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
15 lines
273 B
Text
15 lines
273 B
Text
include PTestDataStructuresCommon;
|
|
include protocol PTestDataStructures;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
sync protocol PTestDataStructuresSub {
|
|
manager PTestDataStructures;
|
|
|
|
parent:
|
|
sync __delete__();
|
|
};
|
|
|
|
} // namespace _ipdltest
|
|
} // namespace mozilla
|