diff options
Diffstat (limited to 'examples/System_V_IPC/README')
-rw-r--r-- | examples/System_V_IPC/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/System_V_IPC/README b/examples/System_V_IPC/README new file mode 100644 index 00000000000..c5ebde21a60 --- /dev/null +++ b/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. + |