1
0

refactor shared

This commit is contained in:
2026-01-08 19:23:19 +08:00
parent 07cc58fb36
commit 64368b7837
23 changed files with 400 additions and 234 deletions

View File

@@ -9,9 +9,9 @@
#include <sys/stat.h>
#endif
namespace Basalt::Shared {
namespace basalt::shared::pipe_operator {
PipeOperator::PipeOperator(const std::basic_string_view<BSCHAR> name) {
PipeOperator::PipeOperator(const char_types::BSStringView& name) {
#if defined(BASALT_OS_WINDOWS)
// Create Windows pipe name from given name
auto fullname = std::format(BSTEXT("\\\\.\\pipe\\{}"), name);