gecko-dev/ipc/ipdl/test/cxx/PTestHandle.ipdl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 строки
202 B
Plaintext
Исходник Обычный вид История

2010-05-22 23:35:40 +04:00
include protocol PTestJSON;
namespace mozilla {
namespace _ipdltest {
protocol PTestHandle {
manager PTestJSON;
child:
async __delete__();
2010-05-22 23:35:40 +04:00
};
} // namespace mozilla
} // namespace _ipdltest