blob: cd36973a5730124220b41701f7eb9de353481c69 [file] [log] [blame]
Paul Stewartf65320c2011-10-13 14:34:52 -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_async_connection.h"
6
7#include "shill/ip_address.h"
8
9namespace shill {
10
11MockAsyncConnection::MockAsyncConnection()
12 : AsyncConnection("", NULL, NULL, NULL) {}
13
14MockAsyncConnection::~MockAsyncConnection() {}
15
16} // namespace shill