ipc/ipdl/test/cxx/PTestSelfManage.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 PTestSelfManageRoot;
     3 namespace mozilla {
     4 namespace _ipdltest {
     7 protocol PTestSelfManage {
     8     manager PTestSelfManageRoot or PTestSelfManage;
     9     manages PTestSelfManage;
    11 child:
    12     PTestSelfManage();
    13     __delete__();
    15 state LIVE:
    16     send PTestSelfManage goto LIVE;
    17     send __delete__;
    18 };
    21 } // namespace mozilla
    22 } // namespace _ipdltest

mercurial