blob: 3425d006d7d4dd75c411dbf2e4c7616ca0c6b1a0 [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,
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