blob: 23c3bfddb423cabdbd5de7902b7a48c0d42f73e0 [file] [log] [blame]
Ben Chan3e4bf162013-04-03 18:14:51 -07001// Copyright (c) 2013 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_socket_info_reader.h"
6
7namespace shill {
8
9MockSocketInfoReader::MockSocketInfoReader() {}
10
11MockSocketInfoReader::~MockSocketInfoReader() {}
12
13} // namespace shill