container: c++: dfi namespace refactor
Align with project alias, save the eyes and hands.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// docker-finance | modern accounting for the power-user
|
||||
//
|
||||
// Copyright (C) 2021-2024 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
// Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
@@ -36,21 +36,21 @@
|
||||
#include "../../common/crypto.hh"
|
||||
#include "../../common/utility.hh"
|
||||
|
||||
//! \namespace docker_finance
|
||||
//! \namespace dfi
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace docker_finance
|
||||
namespace dfi
|
||||
{
|
||||
//! \namespace docker_finance::macro
|
||||
//! \namespace dfi::macro
|
||||
//! \brief ROOT macros
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace macro
|
||||
{
|
||||
//! \namespace docker_finance::macro::web
|
||||
//! \namespace dfi::macro::web
|
||||
//! \brief ROOT web-based macros
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace web
|
||||
{
|
||||
//! \namespace docker_finance::macro::web::internal
|
||||
//! \namespace dfi::macro::web::internal
|
||||
//! \brief ROOT web-based macros for internal use only
|
||||
//! \since docker-finance 1.0.0
|
||||
namespace internal
|
||||
@@ -343,7 +343,7 @@ class Random final
|
||||
Random::fun_facts(c2, data);
|
||||
});
|
||||
|
||||
namespace common = ::docker_finance::macro::common;
|
||||
namespace common = ::dfi::macro::common;
|
||||
|
||||
const std::string timestamp{common::make_timestamp()};
|
||||
|
||||
@@ -368,7 +368,7 @@ class Random final
|
||||
} // namespace internal
|
||||
} // namespace web
|
||||
} // namespace macro
|
||||
} // namespace docker_finance
|
||||
} // namespace dfi
|
||||
|
||||
#endif // CONTAINER_SRC_ROOT_MACRO_WEB_INTERNAL_CRYPTO_C_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user