ipc/ipdl/test/cxx/PTestShutdownSubsub.ipdl

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:5a7a2237c027
1 include protocol PTestShutdownSub;
2
3 namespace mozilla {
4 namespace _ipdltest {
5
6 sync protocol PTestShutdownSubsub {
7 manager PTestShutdownSub;
8
9 parent:
10 sync __delete__();
11
12 state LIVE:
13 recv __delete__;
14 };
15
16 } // namespace _ipdltest
17 } // namespace mozilla

mercurial