ipc/ipdl/test/cxx/PTestHandle.ipdl

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipc/ipdl/test/cxx/PTestHandle.ipdl	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +include protocol PTestJSON;
     1.5 +
     1.6 +namespace mozilla {
     1.7 +namespace _ipdltest {
     1.8 +
     1.9 +protocol PTestHandle {
    1.10 +    manager PTestJSON;
    1.11 +
    1.12 +child:
    1.13 +    __delete__();
    1.14 +};
    1.15 +
    1.16 +} // namespace mozilla
    1.17 +} // namespace _ipdltest

mercurial