ipc/ipdl/test/cxx/PTestRacyUndefer.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.

     2 namespace mozilla {
     3 namespace _ipdltest {
     6 intr protocol PTestRacyUndefer {
     8 child:
     9     async Start();
    11     async AwakenSpam();
    12     async AwakenRaceWinTwice();
    14     intr Race();
    16     async __delete__();
    18 parent:
    20     intr Spam();
    21     intr RaceWinTwice();
    23     async Done();
    24 };
    27 } // namespace mozilla
    28 } // namespace _ipdltest

mercurial