summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/cxx/PTestSanity.ipdl
blob: c4dbec4076637a41aba9e147947e1b9f647b93d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
namespace mozilla {
namespace _ipdltest {


protocol PTestSanity {

child:
    async Ping(int zero, float zeroPtFive, int8_t dummy);
    async __delete__();

parent:
    async Pong(int one, float zeroPtTwoFive, uint8_t dummy);
};


} // namespace mozilla
} // namespace _ipdltest