ipc/ipdl/test/cxx/PTestSelfManageRoot.ipdl

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:538caac8cd31
1 include protocol PTestSelfManage;
2
3 namespace mozilla {
4 namespace _ipdltest {
5
6
7 protocol PTestSelfManageRoot {
8 manages PTestSelfManage;
9
10 child:
11 PTestSelfManage();
12 __delete__();
13
14 state LIVE:
15 send PTestSelfManage goto DEAD;
16
17 state DEAD:
18 send __delete__;
19 };
20
21
22 } // namespace mozilla
23 } // namespace _ipdltest

mercurial