mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
qmake error
This commit is contained in:
parent
639eaa676e
commit
127233ce94
@ -8,7 +8,8 @@
|
|||||||
#include "platform/waiter_linux.h"
|
#include "platform/waiter_linux.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace ipc::detail {
|
namespace ipc {
|
||||||
|
namespace detail {
|
||||||
|
|
||||||
class waiter_impl {
|
class waiter_impl {
|
||||||
public:
|
public:
|
||||||
@ -68,4 +69,5 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace ipc::detail
|
} // namespace detail
|
||||||
|
} // namespace ipc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user