blob: c6b5a6ba58c0e335cc2181fa2b42cfa6bf285ade [file] [log] [blame]
Thieu Le3426c8f2012-01-11 17:35:11 -08001// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
Darin Petkov1bdedf12011-08-26 13:32:11 -07002// 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_device_info.h"
6
7namespace shill {
8
9MockDeviceInfo::MockDeviceInfo(ControlInterface *control_interface,
10 EventDispatcher *dispatcher,
Thieu Le3426c8f2012-01-11 17:35:11 -080011 Metrics *metrics,
Darin Petkov1bdedf12011-08-26 13:32:11 -070012 Manager *manager)
Thieu Le3426c8f2012-01-11 17:35:11 -080013 : DeviceInfo(control_interface, dispatcher, metrics, manager) {}
Darin Petkov1bdedf12011-08-26 13:32:11 -070014
15MockDeviceInfo::~MockDeviceInfo() {}
16
17} // namespace shill