blob: ed914436e1b9fbdf7402ef8d8b66c15538755740 [file] [log] [blame]
Darin Petkov18fb2f72012-06-14 09:09:34 +02001// 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_dbus_service_proxy.h"
6
7namespace shill {
8
9MockDBusServiceProxy::MockDBusServiceProxy() {}
10
11MockDBusServiceProxy::~MockDBusServiceProxy() {}
12
13} // namespace shill