gecko/ipc/ipdl/test/cxx/PTestArraysSub.ipdl

13 lines
197 B
Plaintext
Raw Normal View History

include protocol "PTestArrays.ipdl";
namespace mozilla {
namespace _ipdltest {
protocol PTestArraysSub {
manager PTestArrays;
// empty
};
} // namespace _ipdltest
} // namespace mozilla