blob: 7e26f01ba5c65f6a767f6deabc2de1ab8c41c525 [file] [log] [blame]
[email protected]20bed012012-02-10 21:45:231// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]b8ae0512011-08-25 05:18:292// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "dbus/mock_object_proxy.h"
6
7namespace dbus {
8
9MockObjectProxy::MockObjectProxy(Bus* bus,
10 const std::string& service_name,
[email protected]216ed0b2012-02-14 21:29:0611 const ObjectPath& object_path)
[email protected]20bed012012-02-10 21:45:2312 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
[email protected]b8ae0512011-08-25 05:18:2913}
14
15MockObjectProxy::~MockObjectProxy() {
16}
17
18} // namespace dbus