1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ipc/ipdl/test/cxx/PTestIndirectProtocolParamSecond.ipdl Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +include protocol PTestIndirectProtocolParamManage; 1.5 + 1.6 +namespace mozilla { 1.7 +namespace _ipdltest { 1.8 + 1.9 +sync protocol PTestIndirectProtocolParamSecond { 1.10 + manager PTestIndirectProtocolParamManage; 1.11 +both: 1.12 + __delete__(); 1.13 +}; 1.14 + 1.15 +} 1.16 +}