// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "dbus/scoped_dbus_error.h" namespace dbus::internal { ScopedDBusError::ScopedDBusError() { … } ScopedDBusError::~ScopedDBusError() { … } bool ScopedDBusError::is_set() const { … } } // namespace dbus::internal