blob: 6f9c6d9f11fc0c5bfcc947b52941d493766c52ab [file] [log] [blame]
// Copyright 2019 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 "remoting/signaling/signal_strategy.h"
namespace remoting {
bool SignalStrategy::Listener::OnSignalStrategyIncomingMessage(
const ftl::Id& sender_id,
const std::string& sender_registration_id,
const ftl::ChromotingMessage& message) {
return false;
}
} // namespace remoting