blob: 31abdf476f63339ab97152284ced49ab1a1b800a [file] [log] [blame]
Thieu Le3426c8f2012-01-11 17:35:11 -08001// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
Darin Petkovef34f182011-08-26 14:14:40 -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_manager.h"
6
7namespace shill {
8
9MockManager::MockManager(ControlInterface *control_interface,
10 EventDispatcher *dispatcher,
Thieu Le3426c8f2012-01-11 17:35:11 -080011 Metrics *metrics,
Darin Petkovef34f182011-08-26 14:14:40 -070012 GLib *glib)
Thieu Le3426c8f2012-01-11 17:35:11 -080013 : Manager(control_interface, dispatcher, metrics, glib, "", "", "") {}
Darin Petkovef34f182011-08-26 14:14:40 -070014
15MockManager::~MockManager() {}
16
17} // namespace shill