blob: 7f1087226cc48d6bd1830f98e06ce626bfe70f62 [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
Ben Chanc3d707d2014-10-31 08:56:05 -07005#include "shill/wimax/mock_wimax_service.h"
Ben Chanc07362b2012-05-12 10:54:11 -07006
7namespace shill {
8
9MockWiMaxService::MockWiMaxService(ControlInterface *control,
10 EventDispatcher *dispatcher,
11 Metrics *metrics,
Darin Petkovc63dcf02012-05-24 11:51:43 +020012 Manager *manager)
13 : WiMaxService(control, dispatcher, metrics, manager) {}
Ben Chanc07362b2012-05-12 10:54:11 -070014
15MockWiMaxService::~MockWiMaxService() {}
16
17} // namespace shill