blob: d2ecfab1cad309d4b60b52a755d68c46decdb7c3 [file] [log] [blame]
mukesh agrawal23ac6b72013-01-31 18:52:37 -08001// Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
Paul Stewartc1dec4d2011-12-08 15:25:28 -08002// 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_connection.h"
6
7#include "shill/ipconfig.h"
8
9namespace shill {
10
Paul Stewart1e006c62015-06-16 12:29:06 -070011MockConnection::MockConnection(const DeviceInfo* device_info)
mukesh agrawal23ac6b72013-01-31 18:52:37 -080012 : Connection(0, std::string(), Technology::kUnknown, device_info) {}
Paul Stewartc1dec4d2011-12-08 15:25:28 -080013
14MockConnection::~MockConnection() {}
15
16} // namespace shill