summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--docs/README.tutorials7
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c698c37e766..b45bbdd4d10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jun 11 17:16:01 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * docs/README.tutorials:
+
+ New README file pointing users to C++NPv{1,2} and APG examples.
+
Fri Jun 11 14:11:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/OS_NS_stdio.inl:
diff --git a/docs/README.tutorials b/docs/README.tutorials
new file mode 100644
index 00000000000..8c84c98b1b5
--- /dev/null
+++ b/docs/README.tutorials
@@ -0,0 +1,7 @@
+# $Id$
+
+ACE tutorials can be found in the following directories:
+
+. examples/C++NPv1 - C++ Network Programming Volume 1 examples.
+. examples/C++NPv2 - C++ Network Programming Volume 2 examples.
+. examples/APG - ACE Programmer's Guide examples