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

include "mozilla/_ipdltest/TestJSON.h";

namespace mozilla {
namespace _ipdltest {

[ManualDealloc, ChildImpl="TestHandleChild", ParentImpl="TestHandleParent"]
protocol PTestHandle {
    manager PTestJSON;

child:
    async __delete__();
};

} // namespace mozilla
} // namespace _ipdltest