refactor shared
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user