blob: da6e1f94f45f785b03e0594e2fd4976664b4fd59 [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()
Eric Shienbrood3e20a232012-02-16 11:35:56 -050012 : AsyncConnection("", NULL, NULL, base::Callback<void(bool, int)>()) {}
Paul Stewartf65320c2011-10-13 14:34:52 -070013
14MockAsyncConnection::~MockAsyncConnection() {}
15
16} // namespace shill