forked from EvergreenCrypto/docker-finance
container: plugins: root: mark Pluggable entrypoints as final
This commit is contained in:
@@ -46,7 +46,7 @@ inline std::string get_repo_path()
|
|||||||
//! \brief Pluggable entrypoint
|
//! \brief Pluggable entrypoint
|
||||||
//! \ingroup cpp_plugin_impl
|
//! \ingroup cpp_plugin_impl
|
||||||
//! \since docker-finance 1.1.0
|
//! \since docker-finance 1.1.0
|
||||||
class bitcoin_cc
|
class bitcoin_cc final
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
bitcoin_cc() = default;
|
bitcoin_cc() = default;
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ namespace example
|
|||||||
//! \brief Pluggable entrypoint
|
//! \brief Pluggable entrypoint
|
||||||
//! \ingroup cpp_plugin_impl
|
//! \ingroup cpp_plugin_impl
|
||||||
//! \since docker-finance 1.1.0
|
//! \since docker-finance 1.1.0
|
||||||
class example_cc
|
class example_cc final
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
example_cc() = default;
|
example_cc() = default;
|
||||||
|
|||||||
Reference in New Issue
Block a user