[go: nahoru, domu]

blob: f8a670344165f9f9dacd2f9c85a0a42e305d1ee3 [file] [log] [blame]
keybuk@google.com216ed0b2012-02-14 21:29:061// Copyright (c) 2012 The Chromium Authors. All rights reserved.
satorux@chromium.orgb8ae0512011-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_exported_object.h"
6
7namespace dbus {
8
9MockExportedObject::MockExportedObject(Bus* bus,
keybuk@google.com216ed0b2012-02-14 21:29:0610 const ObjectPath& object_path)
keybuk@chromium.org15e7b162012-03-10 01:12:5211 : ExportedObject(bus, object_path) {
satorux@chromium.orgb8ae0512011-08-25 05:18:2912}
13
Chris Watkins3740aae2017-11-29 07:44:1114MockExportedObject::~MockExportedObject() = default;
satorux@chromium.orgb8ae0512011-08-25 05:18:2915
16} // namespace dbus