mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
add ipc.h
This commit is contained in:
parent
b3ad167970
commit
518fc000e7
@ -16,7 +16,8 @@ HEADERS += \
|
|||||||
../include/export.h \
|
../include/export.h \
|
||||||
../include/shm.h \
|
../include/shm.h \
|
||||||
../include/circ_elem_array.h \
|
../include/circ_elem_array.h \
|
||||||
../include/circ_queue.h
|
../include/circ_queue.h \
|
||||||
|
../include/ipc.h
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
../src/shm.cpp
|
../src/shm.cpp
|
||||||
|
|||||||
9
include/ipc.h
Normal file
9
include/ipc.h
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "export.h"
|
||||||
|
|
||||||
|
namespace ipc {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
} // namespace ipc
|
||||||
Loading…
x
Reference in New Issue
Block a user