From c88162272d7802103fa4bb8852a32b43673d8955 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 2 Oct 2008 20:12:38 +0000 Subject: Resolve QPID-1311 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@701231 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/framing/amqp_types.h | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'cpp/src/qpid/framing') diff --git a/cpp/src/qpid/framing/amqp_types.h b/cpp/src/qpid/framing/amqp_types.h index 8b10aa3069..97b889a7ca 100644 --- a/cpp/src/qpid/framing/amqp_types.h +++ b/cpp/src/qpid/framing/amqp_types.h @@ -26,17 +26,8 @@ * in AMQP messages. */ +#include "qpid/sys/IntegerTypes.h" #include -#ifdef _WINDOWS -#include "windows.h" -typedef unsigned char uint8_t; -typedef unsigned short uint16_t; -typedef unsigned int uint32_t; -typedef unsigned __int64 uint64_t; -#endif -#ifndef _WINDOWS -#include -#endif namespace qpid { namespace framing { @@ -53,7 +44,7 @@ typedef uint16_t ReplyCode; class Content; class FieldTable; class SequenceNumberSet; -class Uuid; +struct Uuid; // Useful constants @@ -66,7 +57,7 @@ class FramingContent; class FieldTable; class SequenceNumberSet; class SequenceSet; -class Uuid; +struct Uuid; }} // namespace qpid::framing #endif -- cgit v1.2.1