/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ include protocol PTestEndpointBridgeMainSub; namespace mozilla { namespace _ipdltest { protocol PTestEndpointBridgeSub { child: async Ping(); async Bridged(Endpoint endpoint); parent: async BridgeEm(); }; } // namespace mozilla } // namespace _ipdltest