ipc/ipdl/test/cxx/PTestFailedCtor.ipdl

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 include protocol PTestFailedCtorSub;
     3 namespace mozilla {
     4 namespace _ipdltest {
     6 intr protocol PTestFailedCtor {
     7     manages PTestFailedCtorSub; 
     8 child:
     9     intr PTestFailedCtorSub();
    10     __delete__();
    12 state CONSTRUCT:
    13     call PTestFailedCtorSub goto DEAD;
    14 state DEAD:
    15     send __delete__;
    16 };
    18 }
    19 }

mercurial