CCF
Loading...
Searching...
No Matches
src
apps
js_generic
js_generic_base.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
5
#include "
ccf/app_interface.h
"
6
7
#include <memory>
8
9
namespace
ccf
10
{
11
std::unique_ptr<ccf::endpoints::EndpointRegistry>
make_user_endpoints_impl
(
12
ccf::AbstractNodeContext
& context);
13
}
app_interface.h
ccf
Definition
app_interface.h:15
ccf::make_user_endpoints_impl
std::unique_ptr< ccf::endpoints::EndpointRegistry > make_user_endpoints_impl(ccf::AbstractNodeContext &context)
Definition
js_generic_base.cpp:796
ccf::AbstractNodeContext
Definition
node_context.h:12
Generated by
1.9.8