ipc/ipdl/test/cxx/PTestUrgency.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 namespace mozilla {
     2 namespace _ipdltest {
     4 intr protocol PTestUrgency
     5 {
     6 parent:
     7     sync Test1() returns (uint32_t result);
     8     async Test2();
     9     sync Test3() returns (uint32_t result);
    10     sync FinalTest_Begin();
    12 child:
    13     async Start();
    14     rpc Reply1() returns (uint32_t result);
    15     rpc Reply2() returns (uint32_t result);
    16     rpc FinalTest_Hang();
    17 };
    19 } // namespace _ipdltest
    20 } // namespace mozilla

mercurial