summaryrefslogtreecommitdiff
path: root/ACE/examples/System_V_IPC/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/System_V_IPC/README')
-rw-r--r--ACE/examples/System_V_IPC/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/examples/System_V_IPC/README b/ACE/examples/System_V_IPC/README
new file mode 100644
index 00000000000..c5ebde21a60
--- /dev/null
+++ b/ACE/examples/System_V_IPC/README
@@ -0,0 +1,13 @@
+This directory contains a number of examples that illustrate how to
+use the following ACE library components:
+
+ . SV_Message_Queues
+ Illustrates the ACE wrappers for System V Message
+ Queues.
+
+ . SV_Semaphores
+ Illustrates the ACE wrappers for System V Semaphores.
+
+ . SV_Shared_Memory
+ Illustrates the ACE wrappers for System V Shared Memory.
+