mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Wrap more classes into ifcopenshell:: namespace
This commit is contained in:
@@ -12,7 +12,7 @@ using namespace ifcopenshell;
|
||||
|
||||
namespace {
|
||||
|
||||
shared_pointer_type make_header_entity(ifcopenshell::file* file, const ifcopenshell::entity& decl, ::logger& logger) {
|
||||
shared_pointer_type make_header_entity(ifcopenshell::file* file, const ifcopenshell::entity& decl, ifcopenshell::logger& logger) {
|
||||
static_cast<void>(logger);
|
||||
const bool in_memory = file == nullptr || std::visit([](auto& storage) {
|
||||
return std::is_same_v<std::decay_t<decltype(storage)>, ifcopenshell::impl::in_memory_file_storage>;
|
||||
@@ -27,7 +27,7 @@ shared_pointer_type make_header_entity(ifcopenshell::file* file, const ifcopensh
|
||||
|
||||
} // namespace
|
||||
|
||||
ifcopenshell::spf_header::spf_header(ifcopenshell::file* file, ::logger* logger)
|
||||
ifcopenshell::spf_header::spf_header(ifcopenshell::file* file, ifcopenshell::logger* logger)
|
||||
: file_(file)
|
||||
, logger_(logger_or_root(logger)) {
|
||||
Header_section_schema::get_schema();
|
||||
|
||||
Reference in New Issue
Block a user