blob: da6cf35d6fca788e57b0f34d26db64701cbf6aa6 [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PEERD_TYPEDEFS_H_
#define PEERD_TYPEDEFS_H_
#include <chromeos/dbus/async_event_sequencer.h>
namespace peerd {
using CompletionAction =
chromeos::dbus_utils::AsyncEventSequencer::CompletionAction;
extern const char kPeerdErrorDomain[];
} // namespace peerd
#endif // PEERD_TYPEDEFS_H_