gecko/ipc/ipdl/test/cxx/PTestHandle.ipdl
2010-05-22 14:35:40 -05:00

15 lines
196 B
Plaintext

include protocol PTestJSON;
namespace mozilla {
namespace _ipdltest {
protocol PTestHandle {
manager PTestJSON;
child:
__delete__();
};
} // namespace mozilla
} // namespace _ipdltest