CCF
Loading...
Searching...
No Matches
node_subsystem_interface.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
6{
8 {
9 public:
10 virtual ~AbstractNodeSubSystem() = default;
11
12 // Must contain a static function with signature:
13 // static char const* get_subsystem_name()
14 };
15}
Definition node_subsystem_interface.h:8
virtual ~AbstractNodeSubSystem()=default
Definition app_interface.h:14