summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PnoRedeclCrossMessage.ipdl
blob: d353a8c07ceb63c8454380ba5ecf517dea0a2bba (plain)
1
2
3
4
5
6
7
8
9
protocol PnoRedeclCrossMessage {

    // each message has its own scope for param/return names

child:
    async Msg1(int f);
    async Msg2(int f);

};