From f34ace35220726fa64f063a0fccc6eeaaa40af3c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 8 Nov 2006 17:07:44 +0000 Subject: 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 --- qpid/cpp/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/README') 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. -- cgit v1.2.1