blob: b300e036f6d1d182e9fc773069a1e859f53feca8 [file] [log] [blame]
Paul Stewartac1328e2012-07-20 11:55:40 -07001// Copyright (c) 2012 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_arp_client.h"
6
7namespace shill {
8
9MockArpClient::MockArpClient() : ArpClient(0) {}
10
11MockArpClient::~MockArpClient() {}
12
13} // namespace shill