blob: b0941bf7d984ade0674ed75dc5e0937677be4c1c [file] [log] [blame]
Darin Petkov1bdedf12011-08-26 13:32:11 -07001// Copyright (c) 2011 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_device_info.h"
6
7namespace shill {
8
9MockDeviceInfo::MockDeviceInfo(ControlInterface *control_interface,
10 EventDispatcher *dispatcher,
11 Manager *manager)
12 : DeviceInfo(control_interface, dispatcher, manager) {}
13
14MockDeviceInfo::~MockDeviceInfo() {}
15
16} // namespace shill