mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
include PTestDataStructuresCommon;
|
|
include protocol PTestDataStructures;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
sync protocol PTestDataStructuresSub {
|
|
manager PTestDataStructures;
|
|
|
|
parent:
|
|
sync __delete__();
|
|
};
|
|
|
|
} // namespace _ipdltest
|
|
} // namespace mozilla
|