summaryrefslogtreecommitdiff
path: root/qpid/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
commitf34ace35220726fa64f063a0fccc6eeaaa40af3c (patch)
tree77f817feb9560fac0abe22b55327c1057e94bcb9 /qpid/cpp/README
parent21d986eff6cd096c0e4a3db4c603ad72f64270fa (diff)
downloadqpid-python-f34ace35220726fa64f063a0fccc6eeaaa40af3c.tar.gz
More reorg to separate APR/posix code, work in progress.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README')
-rw-r--r--qpid/cpp/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README
index 789c535023..2653873b1a 100644
--- a/qpid/cpp/README
+++ b/qpid/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.