chromium/third_party/ipcz/src/ipcz/message_macros/message_listener_dispatch_macros.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// no-include-guard-because-multiply-included

// Generates the message dispatch implementation for an interface. Essentially a
// big switch which routes to an appropriate virtual method. Messages dispatched
// here have already been validated. See message_listener_definition_macros.h.

#define IPCZ_MSG_BEGIN_INTERFACE
#define IPCZ_MSG_END_INTERFACE

#define IPCZ_MSG_ID

#define IPCZ_MSG_BEGIN

#define IPCZ_MSG_END
#define IPCZ_MSG_BEGIN_VERSION
#define IPCZ_MSG_END_VERSION
#define IPCZ_MSG_PARAM
#define IPCZ_MSG_PARAM_ARRAY
#define IPCZ_MSG_PARAM_DRIVER_OBJECT
#define IPCZ_MSG_PARAM_DRIVER_OBJECT_ARRAY