From 41ef372b003840d21339e26300faedb95e627426 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 17 Jan 2007 03:49:35 +0000 Subject: 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 --- cpp/lib/common/framing/amqp_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/lib/common') 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; -- cgit v1.2.1