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

15 lines
196 B
Plaintext
Raw Normal View History

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