summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PManagedEndpointManager.ipdl
blob: 4c95b7880c232e6fad248492fe82e6cba1d62943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include protocol PManagedEndpointDecl;

namespace mozilla {

protocol PManagedEndpointManager {
  manages PManagedEndpointDecl;

child:
  async Message(ManagedEndpoint<PManagedEndpointDeclParent> aEndpointParent,
                ManagedEndpoint<PManagedEndpointDeclChild> aEndpointChild);
};

}