summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestDataStructuresSub.ipdl
blob: 4f546a8d2965622297ccd8fadfb3e573082eae85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include PTestDataStructuresCommon;
include protocol PTestDataStructures;

include "mozilla/_ipdltest/TestDataStructures.h";

namespace mozilla {
namespace _ipdltest {

[ManualDealloc, ChildImpl="TestDataStructuresSub", ParentImpl="TestDataStructuresSub"]
sync protocol PTestDataStructuresSub {
    manager PTestDataStructures;

parent:
    sync __delete__();
};

} // namespace _ipdltest
} // namespace mozilla