Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
1 include protocol PTestManyChildAllocsSub;
3 namespace mozilla {
4 namespace _ipdltest {
6 protocol PTestManyChildAllocs {
7 manages PTestManyChildAllocsSub;
9 child:
10 Go(); // start allocating
12 parent:
13 Done();
15 PTestManyChildAllocsSub();
16 };
18 } // namespace _ipdltest
19 } // namespace mozilla