mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
compile error
This commit is contained in:
parent
a35b43163c
commit
d0a31d287b
@ -86,9 +86,9 @@ public:
|
||||
}
|
||||
|
||||
static void remove(char const * name) {
|
||||
semaphore::remove(std::string{ "__COND_HAN__" } + name);
|
||||
semaphore::remove(std::string{ "__COND_SEM__" } + name);
|
||||
mutex ::remove(std::string{ "__COND_MTX__" } + name);
|
||||
semaphore::remove((std::string{ "__COND_HAN__" } + name).c_str());
|
||||
semaphore::remove((std::string{ "__COND_SEM__" } + name).c_str());
|
||||
mutex ::remove((std::string{ "__COND_MTX__" } + name).c_str());
|
||||
}
|
||||
|
||||
bool open(std::string const & name, std::atomic<unsigned> * waiting, long * counter) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user