chromium/dbus/object_path.cc

// 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/object_path.h"

#include <ostream>

#include "dbus/string_util.h"

namespace dbus {

bool ObjectPath::IsValid() const {}

bool ObjectPath::operator<(const ObjectPath& that) const {}

bool ObjectPath::operator==(const ObjectPath& that) const {}

bool ObjectPath::operator!=(const ObjectPath& that) const {}

void PrintTo(const ObjectPath& path, std::ostream* out) {}

} // namespace dbus