summaryrefslogtreecommitdiff
path: root/ACE/examples/System_V_IPC
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2011-10-06 11:54:28 +0000
committermsmit <msmit@remedy.nl>2011-10-06 11:54:28 +0000
commit1ad0e498013027de0d930e2f688e433bfc6eb1d2 (patch)
tree39507c2074c9ddd984c44cd3afaba1343b1e9af8 /ACE/examples/System_V_IPC
parente6940282d17904a240a167fa999770c0df7249ee (diff)
downloadATCD-1ad0e498013027de0d930e2f688e433bfc6eb1d2.tar.gz
Thu Oct 6 11:56:19 UTC 2011 Marcel Smit <msmit@remedy.nl>
* README: * examples/Connection/non_blocking/README: * examples/IPC_SAP/DEV_SAP/README: * examples/IPC_SAP/SOCK_SAP/README: * examples/IPC_SAP/SSL_SAP/README: * examples/Log_Msg/Log_Msg_MFC/README: * examples/Log_Msg/README: * examples/Logger/README: * examples/README: * examples/Reactor/Ntalker/README: * examples/Reactor/README: * examples/Reactor/TP_Reactor/README: * examples/Service_Configurator/Misc/README: * examples/Synch/README: * examples/System_V_IPC/README: * examples/Timer_Queue/README: Fuzz: trailing whitespaces, tab characters and ID strings
Diffstat (limited to 'ACE/examples/System_V_IPC')
-rw-r--r--ACE/examples/System_V_IPC/README16
1 files changed, 9 insertions, 7 deletions
diff --git a/ACE/examples/System_V_IPC/README b/ACE/examples/System_V_IPC/README
index c5ebde21a60..560e3ec19a4 100644
--- a/ACE/examples/System_V_IPC/README
+++ b/ACE/examples/System_V_IPC/README
@@ -1,13 +1,15 @@
+$Id$
+
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_Message_Queues
+ Illustrates the ACE wrappers for System V Message
+ Queues.
- . SV_Semaphores
- Illustrates the ACE wrappers for System V Semaphores.
+ . SV_Semaphores
+ Illustrates the ACE wrappers for System V Semaphores.
- . SV_Shared_Memory
- Illustrates the ACE wrappers for System V Shared Memory.
+ . SV_Shared_Memory
+ Illustrates the ACE wrappers for System V Shared Memory.