ipc/ipdl/test/cxx/PTestDescSub.ipdl

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

mercurial