blob: dd96aa03f7a22a5e6d5d31408d8eb14ce3fb0ce9 [file] [log] [blame]
// Copyright $YEAR The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "$STUB_HEADER"
#include "$SERIALIZATION_HEADER"
namespace $NAMESPACE {
bool ${CLASS}Stub::Accept(mojo::Message* message) {
switch (message->data->header.name) {
$CASES
}
return true;
}
} // namespace $NAMESPACE