blob: aa19dcd4aeb4478fff8fa9ee9418096d3a620a3e [file] [log] [blame]
// Copyright (c) 2012 The Chromium OS 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 "shill/mock_wimax.h"
#include <string>
namespace shill {
using std::string;
MockWiMax::MockWiMax(ControlInterface *control,
EventDispatcher *dispatcher,
Metrics *metrics,
Manager *manager,
const string &link_name,
const string &address,
int interface_index,
const RpcIdentifier &path)
: WiMax(control, dispatcher, metrics, manager, link_name, address,
interface_index, path) {
}
MockWiMax::~MockWiMax() {}
} // namespace shill