summaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-11-08 17:07:44 +0000
committerAlan Conway <aconway@apache.org>2006-11-08 17:07:44 +0000
commit5be658a8817b8092a7b53b116f622412a5d0aef6 (patch)
treebbee363911f47bad6abe245629cacba0ebf3b9be /cpp/README
parent85fef3d1e669b240deae82cdd353620667a85e08 (diff)
downloadqpid-python-5be658a8817b8092a7b53b116f622412a5d0aef6.tar.gz
More reorg to separate APR/posix code, work in progress.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/README b/cpp/README
index 789c535023..2653873b1a 100644
--- a/cpp/README
+++ b/cpp/README
@@ -52,8 +52,8 @@ The source tree is structured as follows:
* src/ - .h and .cpp source files, directories mirror namespaces.
* qpid/
* sys/ - system abstractions: threading, IO.
- * posix/ - posix implementation
- * apr/ - portable APR implementation (for client side)
+ * posix/ - posix implementations for sys
+ * apr/ - portable APR implementation for sys (client side)
* framing - encoding/decoding AMQP messages
* client - client classes.
* broker - broker classes.