ipc/ipdl/test/cxx/PTestHandle.ipdl

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:27d7c23aba7d
1 include protocol PTestJSON;
2
3 namespace mozilla {
4 namespace _ipdltest {
5
6 protocol PTestHandle {
7 manager PTestJSON;
8
9 child:
10 __delete__();
11 };
12
13 } // namespace mozilla
14 } // namespace _ipdltest

mercurial