зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
196 B
Plaintext
15 строки
196 B
Plaintext
|
include protocol PTestJSON;
|
||
|
|
||
|
namespace mozilla {
|
||
|
namespace _ipdltest {
|
||
|
|
||
|
protocol PTestHandle {
|
||
|
manager PTestJSON;
|
||
|
|
||
|
child:
|
||
|
__delete__();
|
||
|
};
|
||
|
|
||
|
} // namespace mozilla
|
||
|
} // namespace _ipdltest
|