summaryrefslogtreecommitdiff
path: root/cpp/lib/common
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-17 03:49:35 +0000
committerAlan Conway <aconway@apache.org>2007-01-17 03:49:35 +0000
commit41ef372b003840d21339e26300faedb95e627426 (patch)
treedba5e04b56b3672ef649ec0193b8786b50c7c3d5 /cpp/lib/common
parent0cddff7761f482fe7d59c2025f00c6103aad7c17 (diff)
downloadqpid-python-41ef372b003840d21339e26300faedb95e627426.tar.gz
Separated adapter code from Connection class: Extracted all
HandlerImpl classes to BrokerAdapter. The Connection is now part of the version-invariant core, all version-dependent code is in BrokerAdapter. The extraction exposes some ugly dependencies between adapter, Connection and parts of the Broker. More refactoring to follow to improve encapsulation. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@496926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/lib/common')
-rw-r--r--cpp/lib/common/framing/amqp_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/common/framing/amqp_types.h b/cpp/lib/common/framing/amqp_types.h
index e1e3821584..4fac13e93b 100644
--- a/cpp/lib/common/framing/amqp_types.h
+++ b/cpp/lib/common/framing/amqp_types.h
@@ -36,7 +36,7 @@ namespace qpid {
namespace framing {
using std::string;
-
+typedef u_int16_t ChannelId;
typedef u_int64_t RequestId;
typedef u_int64_t ResponseId;
typedef u_int32_t BatchOffset;