CCF
Loading...
Searching...
No Matches
abstract_handle.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
5namespace ccf::kv
6{
8 {
9 public:
10 virtual ~AbstractHandle() = default;
11 };
12}
Definition abstract_handle.h:8
virtual ~AbstractHandle()=default
Definition app_interface.h:19