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

include "mozilla/_ipdltest/TestActorPunning.h";

namespace mozilla {
namespace _ipdltest {

[ManualDealloc, ChildImpl="TestActorPunningPunnedChild", ParentImpl="TestActorPunningPunnedParent"]
protocol PTestActorPunningPunned {
    manager PTestActorPunning;

child:
    async __delete__();
};

} // namespace mozilla
} // namespace _ipdltes