chromium/third_party/openscreen/src/osp/public/instance_request_ids.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "osp/public/instance_request_ids.h"

namespace openscreen::osp {

InstanceRequestIds::InstanceRequestIds(Role role) :{}
InstanceRequestIds::~InstanceRequestIds() = default;

uint64_t InstanceRequestIds::GetNextRequestId(uint64_t instance_id) {}

void InstanceRequestIds::ResetRequestId(uint64_t instance_id) {}

void InstanceRequestIds::Reset() {}

}  // namespace openscreen::osp