Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/ipc/ipdl/test/gtest/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 458 B image not shown  

Quelle  PTestMultiMgrs.ipdl   Sprache: unbekannt

 
include protocol PTestMultiMgrsLeft;
include protocol PTestMultiMgrsRight;

namespace mozilla {
namespace _ipdltest {

[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
protocol PTestMultiMgrs {
    manages PTestMultiMgrsLeft;
    manages PTestMultiMgrsRight;

parent:
    async OK();

child:
    async PTestMultiMgrsLeft();
    async PTestMultiMgrsRight();
    async Check();
    async __delete__();
};

} // namespace _ipdltest
} // namespace mozilla

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]