blob: 35eb2937a55cc964e538221a29271ca6195a1e01 [file] [log] [blame]
Ben Chanc07362b2012-05-12 10:54:11 -07001// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "shill/mock_wimax_service.h"
6
7namespace shill {
8
9MockWiMaxService::MockWiMaxService(ControlInterface *control,
10 EventDispatcher *dispatcher,
11 Metrics *metrics,
12 Manager *manager,
13 const WiMaxRefPtr &wimax)
14 : WiMaxService(control, dispatcher, metrics, manager, wimax) {}
15
16MockWiMaxService::~MockWiMaxService() {}
17
18} // namespace shill