diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-28 13:51:44 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-28 13:51:44 +0000 |
commit | 7995f707e3c71044f74d46d75effbf1ba5f7e503 (patch) | |
tree | e6850254c57710036e3b213bcb5bfce3bb795d78 /examples | |
parent | 422f8e8d7e471e0470064fcbd46d173aa8d653bb (diff) | |
download | ATCD-7995f707e3c71044f74d46d75effbf1ba5f7e503.tar.gz |
ChangeLogTag: Fri Jan 28 13:51:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/examples/README b/examples/README index 08d0f235b46..4f2629dfba9 100644 --- a/examples/README +++ b/examples/README @@ -2,7 +2,7 @@ This directory contains a number of examples that illustrate how to use the following ACE library components. If you want to see how to program using ACE, this is the best place to start reading code and learning the ACE design. - + These examples are roughly divided up according to the class categories in ACE. For more information on ACE class categories, please take a look at $ACE_ROOT/ACE-categories. @@ -11,14 +11,10 @@ please take a look at $ACE_ROOT/ACE-categories. Illustrate various components in the ADAPTIVE Service eXecutive, which is a user-level implementation of System V STREAMS written in C++. - - - . CORBA - Illustrate how CORBA can be integrated into ACE. . Connection Illustrate how the various Acceptor and Connector - components can be used. + components can be used. . IOStream Illustrate how the ACE IOStreams wrapper works. @@ -31,7 +27,7 @@ please take a look at $ACE_ROOT/ACE-categories. Illustrate some of the features of the logging facility used in ACE to consolidate debugging and error report. - + . Logger This is a simple version of a Server Logging Daemon that illustrates the "bare-bones" usage of the @@ -42,7 +38,7 @@ please take a look at $ACE_ROOT/ACE-categories. . Mem_Map Illustrate how the ACE memory-mapped file components work. - + . Misc Various miscellaneous tests that illustrate how ACE utility components work. @@ -71,7 +67,7 @@ please take a look at $ACE_ROOT/ACE-categories. shared memory and memory mapped file. . System_V_IPC - Illustrates how to use the ACE wrappers for System V + Illustrates how to use the ACE wrappers for System V IPC (i.e., semphores, shared memory, and message queues). @@ -79,5 +75,3 @@ please take a look at $ACE_ROOT/ACE-categories. Illustrates the use of ACE wrappers for threading and synchronization. - - |