From 5aec42f155ecacc86fa14985c67f935b44d3b4cf Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Fri, 3 Mar 2006 00:40:41 +0000 Subject: [PATCH] Added xcode project files and modifed includes so that they would work for me on OS X, still getting some compile errors tho. git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@382590 13f79535-47bb-0310-9956-ffa450edef68 --- .../openwire-cpp.xcodeproj/project.pbxproj | 1180 +++++++++++++++++ openwire-cpp/src/BrokerError.hpp | 3 +- openwire-cpp/src/BrokerException.hpp | 2 +- openwire-cpp/src/FutureResponse.hpp | 2 +- openwire-cpp/src/OpenWireException.hpp | 4 +- openwire-cpp/src/TraceException.hpp | 2 +- openwire-cpp/src/command/AbstractCommand.hpp | 2 +- .../src/command/ActiveMQBytesMessage.hpp | 2 +- .../src/command/ActiveMQMapMessage.hpp | 2 +- openwire-cpp/src/command/ActiveMQMessage.hpp | 2 +- .../src/command/ActiveMQObjectMessage.hpp | 4 +- openwire-cpp/src/command/BaseCommand.hpp | 2 +- openwire-cpp/src/command/BrokerId.hpp | 4 +- openwire-cpp/src/command/BrokerInfo.hpp | 4 +- openwire-cpp/src/command/ConnectionError.hpp | 4 +- openwire-cpp/src/command/ConnectionId.hpp | 4 +- openwire-cpp/src/command/ConnectionInfo.hpp | 4 +- openwire-cpp/src/command/ConsumerId.hpp | 4 +- openwire-cpp/src/command/ConsumerInfo.hpp | 4 +- openwire-cpp/src/command/ControlCommand.hpp | 4 +- .../src/command/DataArrayResponse.hpp | 4 +- openwire-cpp/src/command/DataResponse.hpp | 4 +- openwire-cpp/src/command/DestinationInfo.hpp | 4 +- openwire-cpp/src/command/DiscoveryEvent.hpp | 4 +- .../src/command/ExceptionResponse.hpp | 4 +- openwire-cpp/src/command/FlushCommand.hpp | 4 +- openwire-cpp/src/command/IntegerResponse.hpp | 4 +- openwire-cpp/src/command/JournalQueueAck.hpp | 4 +- openwire-cpp/src/command/JournalTopicAck.hpp | 4 +- openwire-cpp/src/command/JournalTrace.hpp | 4 +- .../src/command/JournalTransaction.hpp | 4 +- openwire-cpp/src/command/KeepAliveInfo.hpp | 4 +- .../src/command/LocalTransactionId.hpp | 4 +- openwire-cpp/src/command/Message.hpp | 4 +- openwire-cpp/src/command/MessageAck.hpp | 4 +- openwire-cpp/src/command/MessageDispatch.hpp | 4 +- .../command/MessageDispatchNotification.hpp | 4 +- openwire-cpp/src/command/MessageId.hpp | 4 +- openwire-cpp/src/command/ProducerId.hpp | 4 +- openwire-cpp/src/command/ProducerInfo.hpp | 4 +- openwire-cpp/src/command/RemoveInfo.hpp | 4 +- .../src/command/RemoveSubscriptionInfo.hpp | 4 +- openwire-cpp/src/command/Response.hpp | 4 +- openwire-cpp/src/command/SessionId.hpp | 4 +- openwire-cpp/src/command/SessionInfo.hpp | 4 +- openwire-cpp/src/command/ShutdownInfo.hpp | 4 +- openwire-cpp/src/command/SubscriptionInfo.hpp | 4 +- openwire-cpp/src/command/TransactionId.hpp | 4 +- openwire-cpp/src/command/TransactionInfo.hpp | 4 +- openwire-cpp/src/command/WireFormatInfo.hpp | 4 +- openwire-cpp/src/command/XATransactionId.hpp | 4 +- openwire-cpp/src/io/BinaryReader.hpp | 2 +- openwire-cpp/src/io/BinaryWriter.hpp | 2 +- openwire-cpp/src/io/IReader.hpp | 2 +- openwire-cpp/src/io/IWriter.hpp | 2 +- openwire-cpp/src/io/SocketBinaryReader.hpp | 2 +- openwire-cpp/src/io/SocketBinaryWriter.hpp | 2 +- .../src/marshal/AbstractCommandMarshaller.hpp | 2 +- .../ActiveMQBytesMessageMarshaller.hpp | 2 +- .../marshal/ActiveMQDestinationMarshaller.hpp | 2 +- .../marshal/ActiveMQMapMessageMarshaller.hpp | 2 +- .../src/marshal/ActiveMQMessageMarshaller.hpp | 2 +- .../ActiveMQObjectMessageMarshaller.hpp | 2 +- .../src/marshal/ActiveMQQueueMarshaller.hpp | 2 +- .../ActiveMQStreamMessageMarshaller.hpp | 2 +- .../ActiveMQTempDestinationMarshaller.hpp | 2 +- .../marshal/ActiveMQTempQueueMarshaller.hpp | 2 +- .../marshal/ActiveMQTempTopicMarshaller.hpp | 2 +- .../marshal/ActiveMQTextMessageMarshaller.hpp | 2 +- .../src/marshal/ActiveMQTopicMarshaller.hpp | 2 +- .../src/marshal/BaseCommandMarshaller.hpp | 2 +- .../src/marshal/BrokerIdMarshaller.hpp | 2 +- .../src/marshal/BrokerInfoMarshaller.hpp | 2 +- .../src/marshal/CommandMarshallerRegistry.hpp | 2 +- .../src/marshal/ConnectionErrorMarshaller.hpp | 2 +- .../src/marshal/ConnectionIdMarshaller.hpp | 2 +- .../src/marshal/ConnectionInfoMarshaller.hpp | 2 +- .../src/marshal/ConsumerIdMarshaller.hpp | 2 +- .../src/marshal/ConsumerInfoMarshaller.hpp | 2 +- .../src/marshal/ControlCommandMarshaller.hpp | 2 +- .../marshal/DataArrayResponseMarshaller.hpp | 2 +- .../src/marshal/DataResponseMarshaller.hpp | 2 +- .../src/marshal/DestinationInfoMarshaller.hpp | 2 +- .../src/marshal/DiscoveryEventMarshaller.hpp | 2 +- .../marshal/ExceptionResponseMarshaller.hpp | 2 +- .../src/marshal/FlushCommandMarshaller.hpp | 2 +- .../src/marshal/IntegerResponseMarshaller.hpp | 2 +- .../src/marshal/JournalQueueAckMarshaller.hpp | 2 +- .../src/marshal/JournalTopicAckMarshaller.hpp | 2 +- .../src/marshal/JournalTraceMarshaller.hpp | 2 +- .../marshal/JournalTransactionMarshaller.hpp | 2 +- .../src/marshal/KeepAliveInfoMarshaller.hpp | 2 +- .../marshal/LocalTransactionIdMarshaller.hpp | 2 +- .../src/marshal/MessageAckMarshaller.hpp | 2 +- .../src/marshal/MessageDispatchMarshaller.hpp | 2 +- .../MessageDispatchNotificationMarshaller.hpp | 2 +- .../src/marshal/MessageIdMarshaller.hpp | 2 +- .../src/marshal/MessageMarshaller.hpp | 2 +- .../src/marshal/ProducerIdMarshaller.hpp | 2 +- .../src/marshal/ProducerInfoMarshaller.hpp | 2 +- .../src/marshal/RemoveInfoMarshaller.hpp | 2 +- .../RemoveSubscriptionInfoMarshaller.hpp | 2 +- .../src/marshal/ResponseMarshaller.hpp | 2 +- .../src/marshal/SessionIdMarshaller.hpp | 2 +- .../src/marshal/SessionInfoMarshaller.hpp | 2 +- .../src/marshal/ShutdownInfoMarshaller.hpp | 2 +- .../marshal/SubscriptionInfoMarshaller.hpp | 2 +- .../src/marshal/TransactionIdMarshaller.hpp | 2 +- .../src/marshal/TransactionInfoMarshaller.hpp | 2 +- .../src/marshal/WireFormatInfoMarshaller.hpp | 2 +- .../src/marshal/XATransactionIdMarshaller.hpp | 2 +- openwire-cpp/src/transport/ITransport.hpp | 2 +- .../src/transport/SocketTransport.hpp | 2 +- openwire-cpp/src/util/Endian.hpp | 40 +- openwire-cpp/src/util/Guid.hpp | 2 +- openwire-cpp/src/util/MapItemHolder.hpp | 4 +- openwire-cpp/src/util/ifr/{v1 => }/ap.hpp | 5 +- openwire-cpp/src/util/ifr/{v1 => }/atomic.hpp | 0 .../src/util/ifr/{v1 => }/namespace.hpp | 0 openwire-cpp/src/util/ifr/{v1 => }/p.hpp | 0 .../src/util/ifr/{v1 => }/platform.hpp | 0 121 files changed, 1370 insertions(+), 168 deletions(-) create mode 100755 openwire-cpp/openwire-cpp.xcodeproj/project.pbxproj rename openwire-cpp/src/util/ifr/{v1 => }/ap.hpp (95%) rename openwire-cpp/src/util/ifr/{v1 => }/atomic.hpp (100%) rename openwire-cpp/src/util/ifr/{v1 => }/namespace.hpp (100%) rename openwire-cpp/src/util/ifr/{v1 => }/p.hpp (100%) rename openwire-cpp/src/util/ifr/{v1 => }/platform.hpp (100%) diff --git a/openwire-cpp/openwire-cpp.xcodeproj/project.pbxproj b/openwire-cpp/openwire-cpp.xcodeproj/project.pbxproj new file mode 100755 index 0000000000..227ce334f3 --- /dev/null +++ b/openwire-cpp/openwire-cpp.xcodeproj/project.pbxproj @@ -0,0 +1,1180 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 53FD9DF509B7AC5F00553B02 /* SocketTransport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DDA09B7AB6800553B02 /* SocketTransport.cpp */; }; + 53FD9DF609B7AC5F00553B02 /* Endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DDE09B7AB6800553B02 /* Endian.cpp */; }; + 53FD9DF709B7AC5F00553B02 /* Guid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DE009B7AB6800553B02 /* Guid.cpp */; }; + 53FD9DF809B7AC5F00553B02 /* MapItemHolder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DE909B7AB6800553B02 /* MapItemHolder.cpp */; }; + 53FD9DF909B7AC5F00553B02 /* AbstractCommandMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D5C09B7AB6800553B02 /* AbstractCommandMarshaller.cpp */; }; + 53FD9DFA09B7AC5F00553B02 /* ActiveMQBytesMessageMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D5E09B7AB6800553B02 /* ActiveMQBytesMessageMarshaller.cpp */; }; + 53FD9DFB09B7AC5F00553B02 /* ActiveMQDestinationMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D6009B7AB6800553B02 /* ActiveMQDestinationMarshaller.cpp */; }; + 53FD9DFC09B7AC5F00553B02 /* ActiveMQMapMessageMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D6209B7AB6800553B02 /* ActiveMQMapMessageMarshaller.cpp */; }; + 53FD9DFD09B7AC5F00553B02 /* ActiveMQMessageMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D6409B7AB6800553B02 /* ActiveMQMessageMarshaller.cpp */; }; + 53FD9DFE09B7AC5F00553B02 /* ActiveMQObjectMessageMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D6609B7AB6800553B02 /* ActiveMQObjectMessageMarshaller.cpp */; }; + 53FD9DFF09B7AC5F00553B02 /* ActiveMQQueueMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D6809B7AB6800553B02 /* ActiveMQQueueMarshaller.cpp */; }; + 53FD9E0009B7AC5F00553B02 /* ActiveMQStreamMessageMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D6A09B7AB6800553B02 /* ActiveMQStreamMessageMarshaller.cpp */; }; + 53FD9E0109B7AC5F00553B02 /* ActiveMQTempDestinationMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D6C09B7AB6800553B02 /* ActiveMQTempDestinationMarshaller.cpp */; }; + 53FD9E0209B7AC5F00553B02 /* ActiveMQTempQueueMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D6E09B7AB6800553B02 /* ActiveMQTempQueueMarshaller.cpp */; }; + 53FD9E0309B7AC5F00553B02 /* ActiveMQTempTopicMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D7009B7AB6800553B02 /* ActiveMQTempTopicMarshaller.cpp */; }; + 53FD9E0409B7AC5F00553B02 /* ActiveMQTextMessageMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D7209B7AB6800553B02 /* ActiveMQTextMessageMarshaller.cpp */; }; + 53FD9E0509B7AC5F00553B02 /* ActiveMQTopicMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D7409B7AB6800553B02 /* ActiveMQTopicMarshaller.cpp */; }; + 53FD9E0609B7AC5F00553B02 /* BaseCommandMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D7609B7AB6800553B02 /* BaseCommandMarshaller.cpp */; }; + 53FD9E0709B7AC5F00553B02 /* BrokerIdMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D7809B7AB6800553B02 /* BrokerIdMarshaller.cpp */; }; + 53FD9E0809B7AC5F00553B02 /* BrokerInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D7A09B7AB6800553B02 /* BrokerInfoMarshaller.cpp */; }; + 53FD9E0909B7AC5F00553B02 /* CommandMarshallerRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D7C09B7AB6800553B02 /* CommandMarshallerRegistry.cpp */; }; + 53FD9E0A09B7AC5F00553B02 /* ConnectionErrorMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D7E09B7AB6800553B02 /* ConnectionErrorMarshaller.cpp */; }; + 53FD9E0B09B7AC5F00553B02 /* ConnectionIdMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D8009B7AB6800553B02 /* ConnectionIdMarshaller.cpp */; }; + 53FD9E0C09B7AC5F00553B02 /* ConnectionInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D8209B7AB6800553B02 /* ConnectionInfoMarshaller.cpp */; }; + 53FD9E0D09B7AC5F00553B02 /* ConsumerIdMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D8409B7AB6800553B02 /* ConsumerIdMarshaller.cpp */; }; + 53FD9E0E09B7AC5F00553B02 /* ConsumerInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D8609B7AB6800553B02 /* ConsumerInfoMarshaller.cpp */; }; + 53FD9E0F09B7AC5F00553B02 /* ControlCommandMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D8809B7AB6800553B02 /* ControlCommandMarshaller.cpp */; }; + 53FD9E1009B7AC5F00553B02 /* DataArrayResponseMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D8A09B7AB6800553B02 /* DataArrayResponseMarshaller.cpp */; }; + 53FD9E1109B7AC5F00553B02 /* DataResponseMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D8C09B7AB6800553B02 /* DataResponseMarshaller.cpp */; }; + 53FD9E1209B7AC5F00553B02 /* DestinationInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D8E09B7AB6800553B02 /* DestinationInfoMarshaller.cpp */; }; + 53FD9E1309B7AC5F00553B02 /* DiscoveryEventMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D9009B7AB6800553B02 /* DiscoveryEventMarshaller.cpp */; }; + 53FD9E1409B7AC5F00553B02 /* ExceptionResponseMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D9209B7AB6800553B02 /* ExceptionResponseMarshaller.cpp */; }; + 53FD9E1509B7AC5F00553B02 /* FlushCommandMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D9409B7AB6800553B02 /* FlushCommandMarshaller.cpp */; }; + 53FD9E1609B7AC5F00553B02 /* IntegerResponseMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D9609B7AB6800553B02 /* IntegerResponseMarshaller.cpp */; }; + 53FD9E1709B7AC5F00553B02 /* JournalQueueAckMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D9809B7AB6800553B02 /* JournalQueueAckMarshaller.cpp */; }; + 53FD9E1809B7AC5F00553B02 /* JournalTopicAckMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D9A09B7AB6800553B02 /* JournalTopicAckMarshaller.cpp */; }; + 53FD9E1909B7AC5F00553B02 /* JournalTraceMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D9C09B7AB6800553B02 /* JournalTraceMarshaller.cpp */; }; + 53FD9E1A09B7AC5F00553B02 /* JournalTransactionMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D9E09B7AB6800553B02 /* JournalTransactionMarshaller.cpp */; }; + 53FD9E1B09B7AC5F00553B02 /* KeepAliveInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DA009B7AB6800553B02 /* KeepAliveInfoMarshaller.cpp */; }; + 53FD9E1C09B7AC5F00553B02 /* LocalTransactionIdMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DA209B7AB6800553B02 /* LocalTransactionIdMarshaller.cpp */; }; + 53FD9E1D09B7AC5F00553B02 /* MarshallerFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DA409B7AB6800553B02 /* MarshallerFactory.cpp */; }; + 53FD9E1E09B7AC5F00553B02 /* MessageAckMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DA609B7AB6800553B02 /* MessageAckMarshaller.cpp */; }; + 53FD9E1F09B7AC5F00553B02 /* MessageDispatchMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DA809B7AB6800553B02 /* MessageDispatchMarshaller.cpp */; }; + 53FD9E2009B7AC5F00553B02 /* MessageDispatchNotificationMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DAA09B7AB6800553B02 /* MessageDispatchNotificationMarshaller.cpp */; }; + 53FD9E2109B7AC5F00553B02 /* MessageIdMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DAC09B7AB6800553B02 /* MessageIdMarshaller.cpp */; }; + 53FD9E2209B7AC5F00553B02 /* MessageMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DAE09B7AB6800553B02 /* MessageMarshaller.cpp */; }; + 53FD9E2309B7AC5F00553B02 /* ProducerIdMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DB009B7AB6800553B02 /* ProducerIdMarshaller.cpp */; }; + 53FD9E2409B7AC5F00553B02 /* ProducerInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DB209B7AB6800553B02 /* ProducerInfoMarshaller.cpp */; }; + 53FD9E2509B7AC5F00553B02 /* RemoveInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DB409B7AB6800553B02 /* RemoveInfoMarshaller.cpp */; }; + 53FD9E2609B7AC5F00553B02 /* RemoveSubscriptionInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DB609B7AB6800553B02 /* RemoveSubscriptionInfoMarshaller.cpp */; }; + 53FD9E2709B7AC5F00553B02 /* ResponseMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DB809B7AB6800553B02 /* ResponseMarshaller.cpp */; }; + 53FD9E2809B7AC5F00553B02 /* SessionIdMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DBA09B7AB6800553B02 /* SessionIdMarshaller.cpp */; }; + 53FD9E2909B7AC5F00553B02 /* SessionInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DBC09B7AB6800553B02 /* SessionInfoMarshaller.cpp */; }; + 53FD9E2A09B7AC5F00553B02 /* ShutdownInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DBE09B7AB6800553B02 /* ShutdownInfoMarshaller.cpp */; }; + 53FD9E2B09B7AC5F00553B02 /* SubscriptionInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DC009B7AB6800553B02 /* SubscriptionInfoMarshaller.cpp */; }; + 53FD9E2C09B7AC5F00553B02 /* TransactionIdMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DC209B7AB6800553B02 /* TransactionIdMarshaller.cpp */; }; + 53FD9E2D09B7AC5F00553B02 /* TransactionInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DC409B7AB6800553B02 /* TransactionInfoMarshaller.cpp */; }; + 53FD9E2E09B7AC5F00553B02 /* WireFormatInfoMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DC609B7AB6800553B02 /* WireFormatInfoMarshaller.cpp */; }; + 53FD9E2F09B7AC5F00553B02 /* XATransactionIdMarshaller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DC809B7AB6800553B02 /* XATransactionIdMarshaller.cpp */; }; + 53FD9E3009B7AC5F00553B02 /* BinaryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D4A09B7AB6800553B02 /* BinaryReader.cpp */; }; + 53FD9E3109B7AC5F00553B02 /* BinaryWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D4C09B7AB6800553B02 /* BinaryWriter.cpp */; }; + 53FD9E3209B7AC5F00553B02 /* SocketBinaryReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D5109B7AB6800553B02 /* SocketBinaryReader.cpp */; }; + 53FD9E3309B7AC5F00553B02 /* SocketBinaryWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D5309B7AB6800553B02 /* SocketBinaryWriter.cpp */; }; + 53FD9E3409B7AC5F00553B02 /* AbstractCommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CBE09B7AB6700553B02 /* AbstractCommand.cpp */; }; + 53FD9E3509B7AC5F00553B02 /* ActiveMQBytesMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CC009B7AB6700553B02 /* ActiveMQBytesMessage.cpp */; }; + 53FD9E3609B7AC5F00553B02 /* ActiveMQDestination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CC209B7AB6700553B02 /* ActiveMQDestination.cpp */; }; + 53FD9E3709B7AC5F00553B02 /* ActiveMQMapMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CC409B7AB6700553B02 /* ActiveMQMapMessage.cpp */; }; + 53FD9E3809B7AC5F00553B02 /* ActiveMQMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CC609B7AB6700553B02 /* ActiveMQMessage.cpp */; }; + 53FD9E3909B7AC5F00553B02 /* ActiveMQObjectMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CC809B7AB6700553B02 /* ActiveMQObjectMessage.cpp */; }; + 53FD9E3A09B7AC5F00553B02 /* ActiveMQQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CCA09B7AB6700553B02 /* ActiveMQQueue.cpp */; }; + 53FD9E3B09B7AC5F00553B02 /* ActiveMQTempQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CCC09B7AB6700553B02 /* ActiveMQTempQueue.cpp */; }; + 53FD9E3C09B7AC5F00553B02 /* ActiveMQTempTopic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CCE09B7AB6700553B02 /* ActiveMQTempTopic.cpp */; }; + 53FD9E3D09B7AC5F00553B02 /* ActiveMQTextMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CD009B7AB6800553B02 /* ActiveMQTextMessage.cpp */; }; + 53FD9E3E09B7AC5F00553B02 /* ActiveMQTopic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CD209B7AB6800553B02 /* ActiveMQTopic.cpp */; }; + 53FD9E3F09B7AC5F00553B02 /* BaseCommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CD409B7AB6800553B02 /* BaseCommand.cpp */; }; + 53FD9E4009B7AC5F00553B02 /* BrokerId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CD609B7AB6800553B02 /* BrokerId.cpp */; }; + 53FD9E4109B7AC5F00553B02 /* BrokerInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CD809B7AB6800553B02 /* BrokerInfo.cpp */; }; + 53FD9E4209B7AC5F00553B02 /* ConnectionError.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CDA09B7AB6800553B02 /* ConnectionError.cpp */; }; + 53FD9E4309B7AC5F00553B02 /* ConnectionId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CDC09B7AB6800553B02 /* ConnectionId.cpp */; }; + 53FD9E4409B7AC5F00553B02 /* ConnectionInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CDE09B7AB6800553B02 /* ConnectionInfo.cpp */; }; + 53FD9E4509B7AC5F00553B02 /* ConsumerId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CE009B7AB6800553B02 /* ConsumerId.cpp */; }; + 53FD9E4609B7AC5F00553B02 /* ConsumerInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CE209B7AB6800553B02 /* ConsumerInfo.cpp */; }; + 53FD9E4709B7AC5F00553B02 /* ControlCommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CE409B7AB6800553B02 /* ControlCommand.cpp */; }; + 53FD9E4809B7AC5F00553B02 /* DataArrayResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CE609B7AB6800553B02 /* DataArrayResponse.cpp */; }; + 53FD9E4909B7AC5F00553B02 /* DataResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CE809B7AB6800553B02 /* DataResponse.cpp */; }; + 53FD9E4A09B7AC5F00553B02 /* DestinationInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CEA09B7AB6800553B02 /* DestinationInfo.cpp */; }; + 53FD9E4B09B7AC5F00553B02 /* DiscoveryEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CEC09B7AB6800553B02 /* DiscoveryEvent.cpp */; }; + 53FD9E4C09B7AC5F00553B02 /* ExceptionResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CEE09B7AB6800553B02 /* ExceptionResponse.cpp */; }; + 53FD9E4D09B7AC5F00553B02 /* FlushCommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CF009B7AB6800553B02 /* FlushCommand.cpp */; }; + 53FD9E4E09B7AC5F00553B02 /* IntegerResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CF409B7AB6800553B02 /* IntegerResponse.cpp */; }; + 53FD9E4F09B7AC5F00553B02 /* JournalQueueAck.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CF609B7AB6800553B02 /* JournalQueueAck.cpp */; }; + 53FD9E5009B7AC5F00553B02 /* JournalTopicAck.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CF809B7AB6800553B02 /* JournalTopicAck.cpp */; }; + 53FD9E5109B7AC5F00553B02 /* JournalTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CFA09B7AB6800553B02 /* JournalTrace.cpp */; }; + 53FD9E5209B7AC5F00553B02 /* JournalTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CFC09B7AB6800553B02 /* JournalTransaction.cpp */; }; + 53FD9E5309B7AC5F00553B02 /* KeepAliveInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CFE09B7AB6800553B02 /* KeepAliveInfo.cpp */; }; + 53FD9E5409B7AC5F00553B02 /* LocalTransactionId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D0009B7AB6800553B02 /* LocalTransactionId.cpp */; }; + 53FD9E5509B7AC5F00553B02 /* Message.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D0209B7AB6800553B02 /* Message.cpp */; }; + 53FD9E5609B7AC5F00553B02 /* MessageAck.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D0409B7AB6800553B02 /* MessageAck.cpp */; }; + 53FD9E5709B7AC5F00553B02 /* MessageDispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D0609B7AB6800553B02 /* MessageDispatch.cpp */; }; + 53FD9E5809B7AC5F00553B02 /* MessageDispatchNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D0809B7AB6800553B02 /* MessageDispatchNotification.cpp */; }; + 53FD9E5909B7AC5F00553B02 /* MessageId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D0A09B7AB6800553B02 /* MessageId.cpp */; }; + 53FD9E5A09B7AC5F00553B02 /* ProducerId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D0C09B7AB6800553B02 /* ProducerId.cpp */; }; + 53FD9E5B09B7AC5F00553B02 /* ProducerInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D0E09B7AB6800553B02 /* ProducerInfo.cpp */; }; + 53FD9E5C09B7AC5F00553B02 /* RemoveInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D1009B7AB6800553B02 /* RemoveInfo.cpp */; }; + 53FD9E5D09B7AC5F00553B02 /* RemoveSubscriptionInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D1209B7AB6800553B02 /* RemoveSubscriptionInfo.cpp */; }; + 53FD9E5E09B7AC5F00553B02 /* Response.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D1409B7AB6800553B02 /* Response.cpp */; }; + 53FD9E5F09B7AC5F00553B02 /* SessionId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D1609B7AB6800553B02 /* SessionId.cpp */; }; + 53FD9E6009B7AC5F00553B02 /* SessionInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D1809B7AB6800553B02 /* SessionInfo.cpp */; }; + 53FD9E6109B7AC5F00553B02 /* ShutdownInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D1A09B7AB6800553B02 /* ShutdownInfo.cpp */; }; + 53FD9E6209B7AC5F00553B02 /* SubscriptionInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D1C09B7AB6800553B02 /* SubscriptionInfo.cpp */; }; + 53FD9E6309B7AC5F00553B02 /* TransactionId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D1E09B7AB6800553B02 /* TransactionId.cpp */; }; + 53FD9E6409B7AC5F00553B02 /* TransactionInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D2009B7AB6800553B02 /* TransactionInfo.cpp */; }; + 53FD9E6509B7AC5F00553B02 /* WireFormatInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D2209B7AB6800553B02 /* WireFormatInfo.cpp */; }; + 53FD9E6609B7AC5F00553B02 /* XATransactionId.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D2409B7AB6800553B02 /* XATransactionId.cpp */; }; + 53FD9E6709B7AC5F00553B02 /* BrokerError.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CB909B7AB6700553B02 /* BrokerError.cpp */; }; + 53FD9E6809B7AC5F00553B02 /* BrokerException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9CBB09B7AB6700553B02 /* BrokerException.cpp */; }; + 53FD9E6909B7AC5F00553B02 /* Connection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D2609B7AB6800553B02 /* Connection.cpp */; }; + 53FD9E6A09B7AC5F00553B02 /* ConnectionClosedException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D2809B7AB6800553B02 /* ConnectionClosedException.cpp */; }; + 53FD9E6B09B7AC5F00553B02 /* ConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D2A09B7AB6800553B02 /* ConnectionFactory.cpp */; }; + 53FD9E6C09B7AC5F00553B02 /* ConsumerClosedException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D2C09B7AB6800553B02 /* ConsumerClosedException.cpp */; }; + 53FD9E6D09B7AC5F00553B02 /* DestinationFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D3D09B7AB6800553B02 /* DestinationFilter.cpp */; }; + 53FD9E6E09B7AC5F00553B02 /* FutureResponse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9D3F09B7AB6800553B02 /* FutureResponse.cpp */; }; + 53FD9E6F09B7AC5F00553B02 /* MessageConsumer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DCA09B7AB6800553B02 /* MessageConsumer.cpp */; }; + 53FD9E7009B7AC5F00553B02 /* MessageProducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DD009B7AB6800553B02 /* MessageProducer.cpp */; }; + 53FD9E7109B7AC5F00553B02 /* OpenWireException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DD209B7AB6800553B02 /* OpenWireException.cpp */; }; + 53FD9E7209B7AC5F00553B02 /* Session.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DD409B7AB6800553B02 /* Session.cpp */; }; + 53FD9E7309B7AC5F00553B02 /* TraceException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 53FD9DD609B7AB6800553B02 /* TraceException.cpp */; }; +/* End PBXBuildFile section */ + +/* Begin PBXBuildStyle section */ + 014CEA520018CE5811CA2923 /* Development */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + ZERO_LINK = YES; + }; + name = Development; + }; + 014CEA530018CE5811CA2923 /* Deployment */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + ZERO_LINK = NO; + }; + name = Deployment; + }; +/* End PBXBuildStyle section */ + +/* Begin PBXFileReference section */ + 53FD9CB909B7AB6700553B02 /* BrokerError.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BrokerError.cpp; sourceTree = ""; }; + 53FD9CBA09B7AB6700553B02 /* BrokerError.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BrokerError.hpp; sourceTree = ""; }; + 53FD9CBB09B7AB6700553B02 /* BrokerException.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BrokerException.cpp; sourceTree = ""; }; + 53FD9CBC09B7AB6700553B02 /* BrokerException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BrokerException.hpp; sourceTree = ""; }; + 53FD9CBE09B7AB6700553B02 /* AbstractCommand.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AbstractCommand.cpp; sourceTree = ""; }; + 53FD9CBF09B7AB6700553B02 /* AbstractCommand.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = AbstractCommand.hpp; sourceTree = ""; }; + 53FD9CC009B7AB6700553B02 /* ActiveMQBytesMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQBytesMessage.cpp; sourceTree = ""; }; + 53FD9CC109B7AB6700553B02 /* ActiveMQBytesMessage.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQBytesMessage.hpp; sourceTree = ""; }; + 53FD9CC209B7AB6700553B02 /* ActiveMQDestination.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQDestination.cpp; sourceTree = ""; }; + 53FD9CC309B7AB6700553B02 /* ActiveMQDestination.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQDestination.hpp; sourceTree = ""; }; + 53FD9CC409B7AB6700553B02 /* ActiveMQMapMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQMapMessage.cpp; sourceTree = ""; }; + 53FD9CC509B7AB6700553B02 /* ActiveMQMapMessage.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQMapMessage.hpp; sourceTree = ""; }; + 53FD9CC609B7AB6700553B02 /* ActiveMQMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQMessage.cpp; sourceTree = ""; }; + 53FD9CC709B7AB6700553B02 /* ActiveMQMessage.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQMessage.hpp; sourceTree = ""; }; + 53FD9CC809B7AB6700553B02 /* ActiveMQObjectMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQObjectMessage.cpp; sourceTree = ""; }; + 53FD9CC909B7AB6700553B02 /* ActiveMQObjectMessage.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQObjectMessage.hpp; sourceTree = ""; }; + 53FD9CCA09B7AB6700553B02 /* ActiveMQQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQQueue.cpp; sourceTree = ""; }; + 53FD9CCB09B7AB6700553B02 /* ActiveMQQueue.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQQueue.hpp; sourceTree = ""; }; + 53FD9CCC09B7AB6700553B02 /* ActiveMQTempQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQTempQueue.cpp; sourceTree = ""; }; + 53FD9CCD09B7AB6700553B02 /* ActiveMQTempQueue.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQTempQueue.hpp; sourceTree = ""; }; + 53FD9CCE09B7AB6700553B02 /* ActiveMQTempTopic.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQTempTopic.cpp; sourceTree = ""; }; + 53FD9CCF09B7AB6700553B02 /* ActiveMQTempTopic.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQTempTopic.hpp; sourceTree = ""; }; + 53FD9CD009B7AB6800553B02 /* ActiveMQTextMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQTextMessage.cpp; sourceTree = ""; }; + 53FD9CD109B7AB6800553B02 /* ActiveMQTextMessage.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQTextMessage.hpp; sourceTree = ""; }; + 53FD9CD209B7AB6800553B02 /* ActiveMQTopic.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQTopic.cpp; sourceTree = ""; }; + 53FD9CD309B7AB6800553B02 /* ActiveMQTopic.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQTopic.hpp; sourceTree = ""; }; + 53FD9CD409B7AB6800553B02 /* BaseCommand.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BaseCommand.cpp; sourceTree = ""; }; + 53FD9CD509B7AB6800553B02 /* BaseCommand.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BaseCommand.hpp; sourceTree = ""; }; + 53FD9CD609B7AB6800553B02 /* BrokerId.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BrokerId.cpp; sourceTree = ""; }; + 53FD9CD709B7AB6800553B02 /* BrokerId.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BrokerId.hpp; sourceTree = ""; }; + 53FD9CD809B7AB6800553B02 /* BrokerInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BrokerInfo.cpp; sourceTree = ""; }; + 53FD9CD909B7AB6800553B02 /* BrokerInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BrokerInfo.hpp; sourceTree = ""; }; + 53FD9CDA09B7AB6800553B02 /* ConnectionError.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionError.cpp; sourceTree = ""; }; + 53FD9CDB09B7AB6800553B02 /* ConnectionError.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConnectionError.hpp; sourceTree = ""; }; + 53FD9CDC09B7AB6800553B02 /* ConnectionId.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionId.cpp; sourceTree = ""; }; + 53FD9CDD09B7AB6800553B02 /* ConnectionId.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConnectionId.hpp; sourceTree = ""; }; + 53FD9CDE09B7AB6800553B02 /* ConnectionInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionInfo.cpp; sourceTree = ""; }; + 53FD9CDF09B7AB6800553B02 /* ConnectionInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConnectionInfo.hpp; sourceTree = ""; }; + 53FD9CE009B7AB6800553B02 /* ConsumerId.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConsumerId.cpp; sourceTree = ""; }; + 53FD9CE109B7AB6800553B02 /* ConsumerId.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConsumerId.hpp; sourceTree = ""; }; + 53FD9CE209B7AB6800553B02 /* ConsumerInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConsumerInfo.cpp; sourceTree = ""; }; + 53FD9CE309B7AB6800553B02 /* ConsumerInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConsumerInfo.hpp; sourceTree = ""; }; + 53FD9CE409B7AB6800553B02 /* ControlCommand.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ControlCommand.cpp; sourceTree = ""; }; + 53FD9CE509B7AB6800553B02 /* ControlCommand.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ControlCommand.hpp; sourceTree = ""; }; + 53FD9CE609B7AB6800553B02 /* DataArrayResponse.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DataArrayResponse.cpp; sourceTree = ""; }; + 53FD9CE709B7AB6800553B02 /* DataArrayResponse.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = DataArrayResponse.hpp; sourceTree = ""; }; + 53FD9CE809B7AB6800553B02 /* DataResponse.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DataResponse.cpp; sourceTree = ""; }; + 53FD9CE909B7AB6800553B02 /* DataResponse.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = DataResponse.hpp; sourceTree = ""; }; + 53FD9CEA09B7AB6800553B02 /* DestinationInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DestinationInfo.cpp; sourceTree = ""; }; + 53FD9CEB09B7AB6800553B02 /* DestinationInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = DestinationInfo.hpp; sourceTree = ""; }; + 53FD9CEC09B7AB6800553B02 /* DiscoveryEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DiscoveryEvent.cpp; sourceTree = ""; }; + 53FD9CED09B7AB6800553B02 /* DiscoveryEvent.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = DiscoveryEvent.hpp; sourceTree = ""; }; + 53FD9CEE09B7AB6800553B02 /* ExceptionResponse.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExceptionResponse.cpp; sourceTree = ""; }; + 53FD9CEF09B7AB6800553B02 /* ExceptionResponse.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ExceptionResponse.hpp; sourceTree = ""; }; + 53FD9CF009B7AB6800553B02 /* FlushCommand.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FlushCommand.cpp; sourceTree = ""; }; + 53FD9CF109B7AB6800553B02 /* FlushCommand.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = FlushCommand.hpp; sourceTree = ""; }; + 53FD9CF209B7AB6800553B02 /* ICommand.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ICommand.hpp; sourceTree = ""; }; + 53FD9CF309B7AB6800553B02 /* IDataStructure.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IDataStructure.hpp; sourceTree = ""; }; + 53FD9CF409B7AB6800553B02 /* IntegerResponse.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IntegerResponse.cpp; sourceTree = ""; }; + 53FD9CF509B7AB6800553B02 /* IntegerResponse.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IntegerResponse.hpp; sourceTree = ""; }; + 53FD9CF609B7AB6800553B02 /* JournalQueueAck.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JournalQueueAck.cpp; sourceTree = ""; }; + 53FD9CF709B7AB6800553B02 /* JournalQueueAck.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = JournalQueueAck.hpp; sourceTree = ""; }; + 53FD9CF809B7AB6800553B02 /* JournalTopicAck.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JournalTopicAck.cpp; sourceTree = ""; }; + 53FD9CF909B7AB6800553B02 /* JournalTopicAck.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = JournalTopicAck.hpp; sourceTree = ""; }; + 53FD9CFA09B7AB6800553B02 /* JournalTrace.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JournalTrace.cpp; sourceTree = ""; }; + 53FD9CFB09B7AB6800553B02 /* JournalTrace.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = JournalTrace.hpp; sourceTree = ""; }; + 53FD9CFC09B7AB6800553B02 /* JournalTransaction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JournalTransaction.cpp; sourceTree = ""; }; + 53FD9CFD09B7AB6800553B02 /* JournalTransaction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = JournalTransaction.hpp; sourceTree = ""; }; + 53FD9CFE09B7AB6800553B02 /* KeepAliveInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = KeepAliveInfo.cpp; sourceTree = ""; }; + 53FD9CFF09B7AB6800553B02 /* KeepAliveInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = KeepAliveInfo.hpp; sourceTree = ""; }; + 53FD9D0009B7AB6800553B02 /* LocalTransactionId.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LocalTransactionId.cpp; sourceTree = ""; }; + 53FD9D0109B7AB6800553B02 /* LocalTransactionId.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = LocalTransactionId.hpp; sourceTree = ""; }; + 53FD9D0209B7AB6800553B02 /* Message.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Message.cpp; sourceTree = ""; }; + 53FD9D0309B7AB6800553B02 /* Message.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Message.hpp; sourceTree = ""; }; + 53FD9D0409B7AB6800553B02 /* MessageAck.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageAck.cpp; sourceTree = ""; }; + 53FD9D0509B7AB6800553B02 /* MessageAck.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageAck.hpp; sourceTree = ""; }; + 53FD9D0609B7AB6800553B02 /* MessageDispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageDispatch.cpp; sourceTree = ""; }; + 53FD9D0709B7AB6800553B02 /* MessageDispatch.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageDispatch.hpp; sourceTree = ""; }; + 53FD9D0809B7AB6800553B02 /* MessageDispatchNotification.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageDispatchNotification.cpp; sourceTree = ""; }; + 53FD9D0909B7AB6800553B02 /* MessageDispatchNotification.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageDispatchNotification.hpp; sourceTree = ""; }; + 53FD9D0A09B7AB6800553B02 /* MessageId.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageId.cpp; sourceTree = ""; }; + 53FD9D0B09B7AB6800553B02 /* MessageId.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageId.hpp; sourceTree = ""; }; + 53FD9D0C09B7AB6800553B02 /* ProducerId.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProducerId.cpp; sourceTree = ""; }; + 53FD9D0D09B7AB6800553B02 /* ProducerId.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ProducerId.hpp; sourceTree = ""; }; + 53FD9D0E09B7AB6800553B02 /* ProducerInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProducerInfo.cpp; sourceTree = ""; }; + 53FD9D0F09B7AB6800553B02 /* ProducerInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ProducerInfo.hpp; sourceTree = ""; }; + 53FD9D1009B7AB6800553B02 /* RemoveInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RemoveInfo.cpp; sourceTree = ""; }; + 53FD9D1109B7AB6800553B02 /* RemoveInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = RemoveInfo.hpp; sourceTree = ""; }; + 53FD9D1209B7AB6800553B02 /* RemoveSubscriptionInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RemoveSubscriptionInfo.cpp; sourceTree = ""; }; + 53FD9D1309B7AB6800553B02 /* RemoveSubscriptionInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = RemoveSubscriptionInfo.hpp; sourceTree = ""; }; + 53FD9D1409B7AB6800553B02 /* Response.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Response.cpp; sourceTree = ""; }; + 53FD9D1509B7AB6800553B02 /* Response.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Response.hpp; sourceTree = ""; }; + 53FD9D1609B7AB6800553B02 /* SessionId.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SessionId.cpp; sourceTree = ""; }; + 53FD9D1709B7AB6800553B02 /* SessionId.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SessionId.hpp; sourceTree = ""; }; + 53FD9D1809B7AB6800553B02 /* SessionInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SessionInfo.cpp; sourceTree = ""; }; + 53FD9D1909B7AB6800553B02 /* SessionInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SessionInfo.hpp; sourceTree = ""; }; + 53FD9D1A09B7AB6800553B02 /* ShutdownInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ShutdownInfo.cpp; sourceTree = ""; }; + 53FD9D1B09B7AB6800553B02 /* ShutdownInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ShutdownInfo.hpp; sourceTree = ""; }; + 53FD9D1C09B7AB6800553B02 /* SubscriptionInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SubscriptionInfo.cpp; sourceTree = ""; }; + 53FD9D1D09B7AB6800553B02 /* SubscriptionInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SubscriptionInfo.hpp; sourceTree = ""; }; + 53FD9D1E09B7AB6800553B02 /* TransactionId.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionId.cpp; sourceTree = ""; }; + 53FD9D1F09B7AB6800553B02 /* TransactionId.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = TransactionId.hpp; sourceTree = ""; }; + 53FD9D2009B7AB6800553B02 /* TransactionInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionInfo.cpp; sourceTree = ""; }; + 53FD9D2109B7AB6800553B02 /* TransactionInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = TransactionInfo.hpp; sourceTree = ""; }; + 53FD9D2209B7AB6800553B02 /* WireFormatInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WireFormatInfo.cpp; sourceTree = ""; }; + 53FD9D2309B7AB6800553B02 /* WireFormatInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = WireFormatInfo.hpp; sourceTree = ""; }; + 53FD9D2409B7AB6800553B02 /* XATransactionId.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XATransactionId.cpp; sourceTree = ""; }; + 53FD9D2509B7AB6800553B02 /* XATransactionId.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = XATransactionId.hpp; sourceTree = ""; }; + 53FD9D2609B7AB6800553B02 /* Connection.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Connection.cpp; sourceTree = ""; }; + 53FD9D2709B7AB6800553B02 /* Connection.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Connection.hpp; sourceTree = ""; }; + 53FD9D2809B7AB6800553B02 /* ConnectionClosedException.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionClosedException.cpp; sourceTree = ""; }; + 53FD9D2909B7AB6800553B02 /* ConnectionClosedException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConnectionClosedException.hpp; sourceTree = ""; }; + 53FD9D2A09B7AB6800553B02 /* ConnectionFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionFactory.cpp; sourceTree = ""; }; + 53FD9D2B09B7AB6800553B02 /* ConnectionFactory.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConnectionFactory.hpp; sourceTree = ""; }; + 53FD9D2C09B7AB6800553B02 /* ConsumerClosedException.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConsumerClosedException.cpp; sourceTree = ""; }; + 53FD9D2D09B7AB6800553B02 /* ConsumerClosedException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConsumerClosedException.hpp; sourceTree = ""; }; + 53FD9D3D09B7AB6800553B02 /* DestinationFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DestinationFilter.cpp; sourceTree = ""; }; + 53FD9D3E09B7AB6800553B02 /* DestinationFilter.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = DestinationFilter.hpp; sourceTree = ""; }; + 53FD9D3F09B7AB6800553B02 /* FutureResponse.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FutureResponse.cpp; sourceTree = ""; }; + 53FD9D4009B7AB6800553B02 /* FutureResponse.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = FutureResponse.hpp; sourceTree = ""; }; + 53FD9D4109B7AB6800553B02 /* IBytesMessage.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IBytesMessage.hpp; sourceTree = ""; }; + 53FD9D4209B7AB6800553B02 /* IConnection.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IConnection.hpp; sourceTree = ""; }; + 53FD9D4309B7AB6800553B02 /* IConnectionFactory.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IConnectionFactory.hpp; sourceTree = ""; }; + 53FD9D4409B7AB6800553B02 /* IDestination.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IDestination.hpp; sourceTree = ""; }; + 53FD9D4509B7AB6800553B02 /* IllegalArgumentException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IllegalArgumentException.hpp; sourceTree = ""; }; + 53FD9D4609B7AB6800553B02 /* IMessage.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IMessage.hpp; sourceTree = ""; }; + 53FD9D4709B7AB6800553B02 /* IMessageConsumer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IMessageConsumer.hpp; sourceTree = ""; }; + 53FD9D4809B7AB6800553B02 /* IMessageProducer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IMessageProducer.hpp; sourceTree = ""; }; + 53FD9D4A09B7AB6800553B02 /* BinaryReader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BinaryReader.cpp; sourceTree = ""; }; + 53FD9D4B09B7AB6800553B02 /* BinaryReader.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BinaryReader.hpp; sourceTree = ""; }; + 53FD9D4C09B7AB6800553B02 /* BinaryWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BinaryWriter.cpp; sourceTree = ""; }; + 53FD9D4D09B7AB6800553B02 /* BinaryWriter.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BinaryWriter.hpp; sourceTree = ""; }; + 53FD9D4E09B7AB6800553B02 /* IOException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IOException.hpp; sourceTree = ""; }; + 53FD9D4F09B7AB6800553B02 /* IReader.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IReader.hpp; sourceTree = ""; }; + 53FD9D5009B7AB6800553B02 /* IWriter.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IWriter.hpp; sourceTree = ""; }; + 53FD9D5109B7AB6800553B02 /* SocketBinaryReader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SocketBinaryReader.cpp; sourceTree = ""; }; + 53FD9D5209B7AB6800553B02 /* SocketBinaryReader.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SocketBinaryReader.hpp; sourceTree = ""; }; + 53FD9D5309B7AB6800553B02 /* SocketBinaryWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SocketBinaryWriter.cpp; sourceTree = ""; }; + 53FD9D5409B7AB6800553B02 /* SocketBinaryWriter.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SocketBinaryWriter.hpp; sourceTree = ""; }; + 53FD9D5509B7AB6800553B02 /* IQueue.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IQueue.hpp; sourceTree = ""; }; + 53FD9D5609B7AB6800553B02 /* ISession.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ISession.hpp; sourceTree = ""; }; + 53FD9D5709B7AB6800553B02 /* ITemporaryQueue.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ITemporaryQueue.hpp; sourceTree = ""; }; + 53FD9D5809B7AB6800553B02 /* ITemporaryTopic.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ITemporaryTopic.hpp; sourceTree = ""; }; + 53FD9D5909B7AB6800553B02 /* ITextMessage.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ITextMessage.hpp; sourceTree = ""; }; + 53FD9D5A09B7AB6800553B02 /* ITopic.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ITopic.hpp; sourceTree = ""; }; + 53FD9D5C09B7AB6800553B02 /* AbstractCommandMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AbstractCommandMarshaller.cpp; sourceTree = ""; }; + 53FD9D5D09B7AB6800553B02 /* AbstractCommandMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = AbstractCommandMarshaller.hpp; sourceTree = ""; }; + 53FD9D5E09B7AB6800553B02 /* ActiveMQBytesMessageMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQBytesMessageMarshaller.cpp; sourceTree = ""; }; + 53FD9D5F09B7AB6800553B02 /* ActiveMQBytesMessageMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQBytesMessageMarshaller.hpp; sourceTree = ""; }; + 53FD9D6009B7AB6800553B02 /* ActiveMQDestinationMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQDestinationMarshaller.cpp; sourceTree = ""; }; + 53FD9D6109B7AB6800553B02 /* ActiveMQDestinationMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQDestinationMarshaller.hpp; sourceTree = ""; }; + 53FD9D6209B7AB6800553B02 /* ActiveMQMapMessageMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQMapMessageMarshaller.cpp; sourceTree = ""; }; + 53FD9D6309B7AB6800553B02 /* ActiveMQMapMessageMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQMapMessageMarshaller.hpp; sourceTree = ""; }; + 53FD9D6409B7AB6800553B02 /* ActiveMQMessageMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQMessageMarshaller.cpp; sourceTree = ""; }; + 53FD9D6509B7AB6800553B02 /* ActiveMQMessageMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQMessageMarshaller.hpp; sourceTree = ""; }; + 53FD9D6609B7AB6800553B02 /* ActiveMQObjectMessageMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQObjectMessageMarshaller.cpp; sourceTree = ""; }; + 53FD9D6709B7AB6800553B02 /* ActiveMQObjectMessageMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQObjectMessageMarshaller.hpp; sourceTree = ""; }; + 53FD9D6809B7AB6800553B02 /* ActiveMQQueueMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQQueueMarshaller.cpp; sourceTree = ""; }; + 53FD9D6909B7AB6800553B02 /* ActiveMQQueueMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQQueueMarshaller.hpp; sourceTree = ""; }; + 53FD9D6A09B7AB6800553B02 /* ActiveMQStreamMessageMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQStreamMessageMarshaller.cpp; sourceTree = ""; }; + 53FD9D6B09B7AB6800553B02 /* ActiveMQStreamMessageMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQStreamMessageMarshaller.hpp; sourceTree = ""; }; + 53FD9D6C09B7AB6800553B02 /* ActiveMQTempDestinationMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQTempDestinationMarshaller.cpp; sourceTree = ""; }; + 53FD9D6D09B7AB6800553B02 /* ActiveMQTempDestinationMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQTempDestinationMarshaller.hpp; sourceTree = ""; }; + 53FD9D6E09B7AB6800553B02 /* ActiveMQTempQueueMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQTempQueueMarshaller.cpp; sourceTree = ""; }; + 53FD9D6F09B7AB6800553B02 /* ActiveMQTempQueueMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQTempQueueMarshaller.hpp; sourceTree = ""; }; + 53FD9D7009B7AB6800553B02 /* ActiveMQTempTopicMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQTempTopicMarshaller.cpp; sourceTree = ""; }; + 53FD9D7109B7AB6800553B02 /* ActiveMQTempTopicMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQTempTopicMarshaller.hpp; sourceTree = ""; }; + 53FD9D7209B7AB6800553B02 /* ActiveMQTextMessageMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQTextMessageMarshaller.cpp; sourceTree = ""; }; + 53FD9D7309B7AB6800553B02 /* ActiveMQTextMessageMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQTextMessageMarshaller.hpp; sourceTree = ""; }; + 53FD9D7409B7AB6800553B02 /* ActiveMQTopicMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ActiveMQTopicMarshaller.cpp; sourceTree = ""; }; + 53FD9D7509B7AB6800553B02 /* ActiveMQTopicMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ActiveMQTopicMarshaller.hpp; sourceTree = ""; }; + 53FD9D7609B7AB6800553B02 /* BaseCommandMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BaseCommandMarshaller.cpp; sourceTree = ""; }; + 53FD9D7709B7AB6800553B02 /* BaseCommandMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BaseCommandMarshaller.hpp; sourceTree = ""; }; + 53FD9D7809B7AB6800553B02 /* BrokerIdMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BrokerIdMarshaller.cpp; sourceTree = ""; }; + 53FD9D7909B7AB6800553B02 /* BrokerIdMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BrokerIdMarshaller.hpp; sourceTree = ""; }; + 53FD9D7A09B7AB6800553B02 /* BrokerInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BrokerInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9D7B09B7AB6800553B02 /* BrokerInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = BrokerInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9D7C09B7AB6800553B02 /* CommandMarshallerRegistry.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CommandMarshallerRegistry.cpp; sourceTree = ""; }; + 53FD9D7D09B7AB6800553B02 /* CommandMarshallerRegistry.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = CommandMarshallerRegistry.hpp; sourceTree = ""; }; + 53FD9D7E09B7AB6800553B02 /* ConnectionErrorMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionErrorMarshaller.cpp; sourceTree = ""; }; + 53FD9D7F09B7AB6800553B02 /* ConnectionErrorMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConnectionErrorMarshaller.hpp; sourceTree = ""; }; + 53FD9D8009B7AB6800553B02 /* ConnectionIdMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionIdMarshaller.cpp; sourceTree = ""; }; + 53FD9D8109B7AB6800553B02 /* ConnectionIdMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConnectionIdMarshaller.hpp; sourceTree = ""; }; + 53FD9D8209B7AB6800553B02 /* ConnectionInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConnectionInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9D8309B7AB6800553B02 /* ConnectionInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConnectionInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9D8409B7AB6800553B02 /* ConsumerIdMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConsumerIdMarshaller.cpp; sourceTree = ""; }; + 53FD9D8509B7AB6800553B02 /* ConsumerIdMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConsumerIdMarshaller.hpp; sourceTree = ""; }; + 53FD9D8609B7AB6800553B02 /* ConsumerInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConsumerInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9D8709B7AB6800553B02 /* ConsumerInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConsumerInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9D8809B7AB6800553B02 /* ControlCommandMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ControlCommandMarshaller.cpp; sourceTree = ""; }; + 53FD9D8909B7AB6800553B02 /* ControlCommandMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ControlCommandMarshaller.hpp; sourceTree = ""; }; + 53FD9D8A09B7AB6800553B02 /* DataArrayResponseMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DataArrayResponseMarshaller.cpp; sourceTree = ""; }; + 53FD9D8B09B7AB6800553B02 /* DataArrayResponseMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = DataArrayResponseMarshaller.hpp; sourceTree = ""; }; + 53FD9D8C09B7AB6800553B02 /* DataResponseMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DataResponseMarshaller.cpp; sourceTree = ""; }; + 53FD9D8D09B7AB6800553B02 /* DataResponseMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = DataResponseMarshaller.hpp; sourceTree = ""; }; + 53FD9D8E09B7AB6800553B02 /* DestinationInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DestinationInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9D8F09B7AB6800553B02 /* DestinationInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = DestinationInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9D9009B7AB6800553B02 /* DiscoveryEventMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DiscoveryEventMarshaller.cpp; sourceTree = ""; }; + 53FD9D9109B7AB6800553B02 /* DiscoveryEventMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = DiscoveryEventMarshaller.hpp; sourceTree = ""; }; + 53FD9D9209B7AB6800553B02 /* ExceptionResponseMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExceptionResponseMarshaller.cpp; sourceTree = ""; }; + 53FD9D9309B7AB6800553B02 /* ExceptionResponseMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ExceptionResponseMarshaller.hpp; sourceTree = ""; }; + 53FD9D9409B7AB6800553B02 /* FlushCommandMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FlushCommandMarshaller.cpp; sourceTree = ""; }; + 53FD9D9509B7AB6800553B02 /* FlushCommandMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = FlushCommandMarshaller.hpp; sourceTree = ""; }; + 53FD9D9609B7AB6800553B02 /* IntegerResponseMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IntegerResponseMarshaller.cpp; sourceTree = ""; }; + 53FD9D9709B7AB6800553B02 /* IntegerResponseMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = IntegerResponseMarshaller.hpp; sourceTree = ""; }; + 53FD9D9809B7AB6800553B02 /* JournalQueueAckMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JournalQueueAckMarshaller.cpp; sourceTree = ""; }; + 53FD9D9909B7AB6800553B02 /* JournalQueueAckMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = JournalQueueAckMarshaller.hpp; sourceTree = ""; }; + 53FD9D9A09B7AB6800553B02 /* JournalTopicAckMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JournalTopicAckMarshaller.cpp; sourceTree = ""; }; + 53FD9D9B09B7AB6800553B02 /* JournalTopicAckMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = JournalTopicAckMarshaller.hpp; sourceTree = ""; }; + 53FD9D9C09B7AB6800553B02 /* JournalTraceMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JournalTraceMarshaller.cpp; sourceTree = ""; }; + 53FD9D9D09B7AB6800553B02 /* JournalTraceMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = JournalTraceMarshaller.hpp; sourceTree = ""; }; + 53FD9D9E09B7AB6800553B02 /* JournalTransactionMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JournalTransactionMarshaller.cpp; sourceTree = ""; }; + 53FD9D9F09B7AB6800553B02 /* JournalTransactionMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = JournalTransactionMarshaller.hpp; sourceTree = ""; }; + 53FD9DA009B7AB6800553B02 /* KeepAliveInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = KeepAliveInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9DA109B7AB6800553B02 /* KeepAliveInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = KeepAliveInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9DA209B7AB6800553B02 /* LocalTransactionIdMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LocalTransactionIdMarshaller.cpp; sourceTree = ""; }; + 53FD9DA309B7AB6800553B02 /* LocalTransactionIdMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = LocalTransactionIdMarshaller.hpp; sourceTree = ""; }; + 53FD9DA409B7AB6800553B02 /* MarshallerFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MarshallerFactory.cpp; sourceTree = ""; }; + 53FD9DA509B7AB6800553B02 /* MarshallerFactory.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MarshallerFactory.hpp; sourceTree = ""; }; + 53FD9DA609B7AB6800553B02 /* MessageAckMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageAckMarshaller.cpp; sourceTree = ""; }; + 53FD9DA709B7AB6800553B02 /* MessageAckMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageAckMarshaller.hpp; sourceTree = ""; }; + 53FD9DA809B7AB6800553B02 /* MessageDispatchMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageDispatchMarshaller.cpp; sourceTree = ""; }; + 53FD9DA909B7AB6800553B02 /* MessageDispatchMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageDispatchMarshaller.hpp; sourceTree = ""; }; + 53FD9DAA09B7AB6800553B02 /* MessageDispatchNotificationMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageDispatchNotificationMarshaller.cpp; sourceTree = ""; }; + 53FD9DAB09B7AB6800553B02 /* MessageDispatchNotificationMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageDispatchNotificationMarshaller.hpp; sourceTree = ""; }; + 53FD9DAC09B7AB6800553B02 /* MessageIdMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageIdMarshaller.cpp; sourceTree = ""; }; + 53FD9DAD09B7AB6800553B02 /* MessageIdMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageIdMarshaller.hpp; sourceTree = ""; }; + 53FD9DAE09B7AB6800553B02 /* MessageMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageMarshaller.cpp; sourceTree = ""; }; + 53FD9DAF09B7AB6800553B02 /* MessageMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageMarshaller.hpp; sourceTree = ""; }; + 53FD9DB009B7AB6800553B02 /* ProducerIdMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProducerIdMarshaller.cpp; sourceTree = ""; }; + 53FD9DB109B7AB6800553B02 /* ProducerIdMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ProducerIdMarshaller.hpp; sourceTree = ""; }; + 53FD9DB209B7AB6800553B02 /* ProducerInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProducerInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9DB309B7AB6800553B02 /* ProducerInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ProducerInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9DB409B7AB6800553B02 /* RemoveInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RemoveInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9DB509B7AB6800553B02 /* RemoveInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = RemoveInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9DB609B7AB6800553B02 /* RemoveSubscriptionInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RemoveSubscriptionInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9DB709B7AB6800553B02 /* RemoveSubscriptionInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = RemoveSubscriptionInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9DB809B7AB6800553B02 /* ResponseMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ResponseMarshaller.cpp; sourceTree = ""; }; + 53FD9DB909B7AB6800553B02 /* ResponseMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ResponseMarshaller.hpp; sourceTree = ""; }; + 53FD9DBA09B7AB6800553B02 /* SessionIdMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SessionIdMarshaller.cpp; sourceTree = ""; }; + 53FD9DBB09B7AB6800553B02 /* SessionIdMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SessionIdMarshaller.hpp; sourceTree = ""; }; + 53FD9DBC09B7AB6800553B02 /* SessionInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SessionInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9DBD09B7AB6800553B02 /* SessionInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SessionInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9DBE09B7AB6800553B02 /* ShutdownInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ShutdownInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9DBF09B7AB6800553B02 /* ShutdownInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ShutdownInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9DC009B7AB6800553B02 /* SubscriptionInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SubscriptionInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9DC109B7AB6800553B02 /* SubscriptionInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SubscriptionInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9DC209B7AB6800553B02 /* TransactionIdMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionIdMarshaller.cpp; sourceTree = ""; }; + 53FD9DC309B7AB6800553B02 /* TransactionIdMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = TransactionIdMarshaller.hpp; sourceTree = ""; }; + 53FD9DC409B7AB6800553B02 /* TransactionInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TransactionInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9DC509B7AB6800553B02 /* TransactionInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = TransactionInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9DC609B7AB6800553B02 /* WireFormatInfoMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = WireFormatInfoMarshaller.cpp; sourceTree = ""; }; + 53FD9DC709B7AB6800553B02 /* WireFormatInfoMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = WireFormatInfoMarshaller.hpp; sourceTree = ""; }; + 53FD9DC809B7AB6800553B02 /* XATransactionIdMarshaller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = XATransactionIdMarshaller.cpp; sourceTree = ""; }; + 53FD9DC909B7AB6800553B02 /* XATransactionIdMarshaller.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = XATransactionIdMarshaller.hpp; sourceTree = ""; }; + 53FD9DCA09B7AB6800553B02 /* MessageConsumer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageConsumer.cpp; sourceTree = ""; }; + 53FD9DCB09B7AB6800553B02 /* MessageConsumer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageConsumer.hpp; sourceTree = ""; }; + 53FD9DCC09B7AB6800553B02 /* MessageEOFException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageEOFException.hpp; sourceTree = ""; }; + 53FD9DCD09B7AB6800553B02 /* MessageFormatException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageFormatException.hpp; sourceTree = ""; }; + 53FD9DCE09B7AB6800553B02 /* MessageNotReadableException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageNotReadableException.hpp; sourceTree = ""; }; + 53FD9DCF09B7AB6800553B02 /* MessageNotWritableException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageNotWritableException.hpp; sourceTree = ""; }; + 53FD9DD009B7AB6800553B02 /* MessageProducer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MessageProducer.cpp; sourceTree = ""; }; + 53FD9DD109B7AB6800553B02 /* MessageProducer.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MessageProducer.hpp; sourceTree = ""; }; + 53FD9DD209B7AB6800553B02 /* OpenWireException.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = OpenWireException.cpp; sourceTree = ""; }; + 53FD9DD309B7AB6800553B02 /* OpenWireException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = OpenWireException.hpp; sourceTree = ""; }; + 53FD9DD409B7AB6800553B02 /* Session.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Session.cpp; sourceTree = ""; }; + 53FD9DD509B7AB6800553B02 /* Session.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Session.hpp; sourceTree = ""; }; + 53FD9DD609B7AB6800553B02 /* TraceException.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TraceException.cpp; sourceTree = ""; }; + 53FD9DD709B7AB6800553B02 /* TraceException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = TraceException.hpp; sourceTree = ""; }; + 53FD9DD909B7AB6800553B02 /* ITransport.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ITransport.hpp; sourceTree = ""; }; + 53FD9DDA09B7AB6800553B02 /* SocketTransport.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SocketTransport.cpp; sourceTree = ""; }; + 53FD9DDB09B7AB6800553B02 /* SocketTransport.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SocketTransport.hpp; sourceTree = ""; }; + 53FD9DDD09B7AB6800553B02 /* ConversionException.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ConversionException.hpp; sourceTree = ""; }; + 53FD9DDE09B7AB6800553B02 /* Endian.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Endian.cpp; sourceTree = ""; }; + 53FD9DDF09B7AB6800553B02 /* Endian.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Endian.hpp; sourceTree = ""; }; + 53FD9DE009B7AB6800553B02 /* Guid.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Guid.cpp; sourceTree = ""; }; + 53FD9DE109B7AB6800553B02 /* Guid.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Guid.hpp; sourceTree = ""; }; + 53FD9DE309B7AB6800553B02 /* ap.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = ap.hpp; sourceTree = ""; }; + 53FD9DE409B7AB6800553B02 /* atomic.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = atomic.hpp; sourceTree = ""; }; + 53FD9DE509B7AB6800553B02 /* namespace.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = namespace.hpp; sourceTree = ""; }; + 53FD9DE609B7AB6800553B02 /* p.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = p.hpp; sourceTree = ""; }; + 53FD9DE709B7AB6800553B02 /* platform.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = platform.hpp; sourceTree = ""; }; + 53FD9DE909B7AB6800553B02 /* MapItemHolder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MapItemHolder.cpp; sourceTree = ""; }; + 53FD9DEA09B7AB6800553B02 /* MapItemHolder.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MapItemHolder.hpp; sourceTree = ""; }; + 53FD9DEB09B7AB6800553B02 /* SimpleMutex.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SimpleMutex.hpp; sourceTree = ""; }; + 53FD9DF009B7AC1000553B02 /* openwire-cpp.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = "openwire-cpp.dylib"; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 53FD9DEE09B7AC1000553B02 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 08FB7794FE84155DC02AAC07 /* amqc */ = { + isa = PBXGroup; + children = ( + 53FD9CB309B7AB6700553B02 /* src */, + 53FD9DF009B7AC1000553B02 /* openwire-cpp.dylib */, + ); + name = amqc; + sourceTree = ""; + }; + 53FD9CB309B7AB6700553B02 /* src */ = { + isa = PBXGroup; + children = ( + 53FD9DD809B7AB6800553B02 /* transport */, + 53FD9DDC09B7AB6800553B02 /* util */, + 53FD9D5B09B7AB6800553B02 /* marshal */, + 53FD9D4909B7AB6800553B02 /* io */, + 53FD9CBD09B7AB6700553B02 /* command */, + 53FD9CB909B7AB6700553B02 /* BrokerError.cpp */, + 53FD9CBA09B7AB6700553B02 /* BrokerError.hpp */, + 53FD9CBB09B7AB6700553B02 /* BrokerException.cpp */, + 53FD9CBC09B7AB6700553B02 /* BrokerException.hpp */, + 53FD9D2609B7AB6800553B02 /* Connection.cpp */, + 53FD9D2709B7AB6800553B02 /* Connection.hpp */, + 53FD9D2809B7AB6800553B02 /* ConnectionClosedException.cpp */, + 53FD9D2909B7AB6800553B02 /* ConnectionClosedException.hpp */, + 53FD9D2A09B7AB6800553B02 /* ConnectionFactory.cpp */, + 53FD9D2B09B7AB6800553B02 /* ConnectionFactory.hpp */, + 53FD9D2C09B7AB6800553B02 /* ConsumerClosedException.cpp */, + 53FD9D2D09B7AB6800553B02 /* ConsumerClosedException.hpp */, + 53FD9D3D09B7AB6800553B02 /* DestinationFilter.cpp */, + 53FD9D3E09B7AB6800553B02 /* DestinationFilter.hpp */, + 53FD9D3F09B7AB6800553B02 /* FutureResponse.cpp */, + 53FD9D4009B7AB6800553B02 /* FutureResponse.hpp */, + 53FD9D4109B7AB6800553B02 /* IBytesMessage.hpp */, + 53FD9D4209B7AB6800553B02 /* IConnection.hpp */, + 53FD9D4309B7AB6800553B02 /* IConnectionFactory.hpp */, + 53FD9D4409B7AB6800553B02 /* IDestination.hpp */, + 53FD9D4509B7AB6800553B02 /* IllegalArgumentException.hpp */, + 53FD9D4609B7AB6800553B02 /* IMessage.hpp */, + 53FD9D4709B7AB6800553B02 /* IMessageConsumer.hpp */, + 53FD9D4809B7AB6800553B02 /* IMessageProducer.hpp */, + 53FD9D5509B7AB6800553B02 /* IQueue.hpp */, + 53FD9D5609B7AB6800553B02 /* ISession.hpp */, + 53FD9D5709B7AB6800553B02 /* ITemporaryQueue.hpp */, + 53FD9D5809B7AB6800553B02 /* ITemporaryTopic.hpp */, + 53FD9D5909B7AB6800553B02 /* ITextMessage.hpp */, + 53FD9D5A09B7AB6800553B02 /* ITopic.hpp */, + 53FD9DCA09B7AB6800553B02 /* MessageConsumer.cpp */, + 53FD9DCB09B7AB6800553B02 /* MessageConsumer.hpp */, + 53FD9DCC09B7AB6800553B02 /* MessageEOFException.hpp */, + 53FD9DCD09B7AB6800553B02 /* MessageFormatException.hpp */, + 53FD9DCE09B7AB6800553B02 /* MessageNotReadableException.hpp */, + 53FD9DCF09B7AB6800553B02 /* MessageNotWritableException.hpp */, + 53FD9DD009B7AB6800553B02 /* MessageProducer.cpp */, + 53FD9DD109B7AB6800553B02 /* MessageProducer.hpp */, + 53FD9DD209B7AB6800553B02 /* OpenWireException.cpp */, + 53FD9DD309B7AB6800553B02 /* OpenWireException.hpp */, + 53FD9DD409B7AB6800553B02 /* Session.cpp */, + 53FD9DD509B7AB6800553B02 /* Session.hpp */, + 53FD9DD609B7AB6800553B02 /* TraceException.cpp */, + 53FD9DD709B7AB6800553B02 /* TraceException.hpp */, + ); + path = src; + sourceTree = ""; + }; + 53FD9CBD09B7AB6700553B02 /* command */ = { + isa = PBXGroup; + children = ( + 53FD9CBE09B7AB6700553B02 /* AbstractCommand.cpp */, + 53FD9CBF09B7AB6700553B02 /* AbstractCommand.hpp */, + 53FD9CC009B7AB6700553B02 /* ActiveMQBytesMessage.cpp */, + 53FD9CC109B7AB6700553B02 /* ActiveMQBytesMessage.hpp */, + 53FD9CC209B7AB6700553B02 /* ActiveMQDestination.cpp */, + 53FD9CC309B7AB6700553B02 /* ActiveMQDestination.hpp */, + 53FD9CC409B7AB6700553B02 /* ActiveMQMapMessage.cpp */, + 53FD9CC509B7AB6700553B02 /* ActiveMQMapMessage.hpp */, + 53FD9CC609B7AB6700553B02 /* ActiveMQMessage.cpp */, + 53FD9CC709B7AB6700553B02 /* ActiveMQMessage.hpp */, + 53FD9CC809B7AB6700553B02 /* ActiveMQObjectMessage.cpp */, + 53FD9CC909B7AB6700553B02 /* ActiveMQObjectMessage.hpp */, + 53FD9CCA09B7AB6700553B02 /* ActiveMQQueue.cpp */, + 53FD9CCB09B7AB6700553B02 /* ActiveMQQueue.hpp */, + 53FD9CCC09B7AB6700553B02 /* ActiveMQTempQueue.cpp */, + 53FD9CCD09B7AB6700553B02 /* ActiveMQTempQueue.hpp */, + 53FD9CCE09B7AB6700553B02 /* ActiveMQTempTopic.cpp */, + 53FD9CCF09B7AB6700553B02 /* ActiveMQTempTopic.hpp */, + 53FD9CD009B7AB6800553B02 /* ActiveMQTextMessage.cpp */, + 53FD9CD109B7AB6800553B02 /* ActiveMQTextMessage.hpp */, + 53FD9CD209B7AB6800553B02 /* ActiveMQTopic.cpp */, + 53FD9CD309B7AB6800553B02 /* ActiveMQTopic.hpp */, + 53FD9CD409B7AB6800553B02 /* BaseCommand.cpp */, + 53FD9CD509B7AB6800553B02 /* BaseCommand.hpp */, + 53FD9CD609B7AB6800553B02 /* BrokerId.cpp */, + 53FD9CD709B7AB6800553B02 /* BrokerId.hpp */, + 53FD9CD809B7AB6800553B02 /* BrokerInfo.cpp */, + 53FD9CD909B7AB6800553B02 /* BrokerInfo.hpp */, + 53FD9CDA09B7AB6800553B02 /* ConnectionError.cpp */, + 53FD9CDB09B7AB6800553B02 /* ConnectionError.hpp */, + 53FD9CDC09B7AB6800553B02 /* ConnectionId.cpp */, + 53FD9CDD09B7AB6800553B02 /* ConnectionId.hpp */, + 53FD9CDE09B7AB6800553B02 /* ConnectionInfo.cpp */, + 53FD9CDF09B7AB6800553B02 /* ConnectionInfo.hpp */, + 53FD9CE009B7AB6800553B02 /* ConsumerId.cpp */, + 53FD9CE109B7AB6800553B02 /* ConsumerId.hpp */, + 53FD9CE209B7AB6800553B02 /* ConsumerInfo.cpp */, + 53FD9CE309B7AB6800553B02 /* ConsumerInfo.hpp */, + 53FD9CE409B7AB6800553B02 /* ControlCommand.cpp */, + 53FD9CE509B7AB6800553B02 /* ControlCommand.hpp */, + 53FD9CE609B7AB6800553B02 /* DataArrayResponse.cpp */, + 53FD9CE709B7AB6800553B02 /* DataArrayResponse.hpp */, + 53FD9CE809B7AB6800553B02 /* DataResponse.cpp */, + 53FD9CE909B7AB6800553B02 /* DataResponse.hpp */, + 53FD9CEA09B7AB6800553B02 /* DestinationInfo.cpp */, + 53FD9CEB09B7AB6800553B02 /* DestinationInfo.hpp */, + 53FD9CEC09B7AB6800553B02 /* DiscoveryEvent.cpp */, + 53FD9CED09B7AB6800553B02 /* DiscoveryEvent.hpp */, + 53FD9CEE09B7AB6800553B02 /* ExceptionResponse.cpp */, + 53FD9CEF09B7AB6800553B02 /* ExceptionResponse.hpp */, + 53FD9CF009B7AB6800553B02 /* FlushCommand.cpp */, + 53FD9CF109B7AB6800553B02 /* FlushCommand.hpp */, + 53FD9CF209B7AB6800553B02 /* ICommand.hpp */, + 53FD9CF309B7AB6800553B02 /* IDataStructure.hpp */, + 53FD9CF409B7AB6800553B02 /* IntegerResponse.cpp */, + 53FD9CF509B7AB6800553B02 /* IntegerResponse.hpp */, + 53FD9CF609B7AB6800553B02 /* JournalQueueAck.cpp */, + 53FD9CF709B7AB6800553B02 /* JournalQueueAck.hpp */, + 53FD9CF809B7AB6800553B02 /* JournalTopicAck.cpp */, + 53FD9CF909B7AB6800553B02 /* JournalTopicAck.hpp */, + 53FD9CFA09B7AB6800553B02 /* JournalTrace.cpp */, + 53FD9CFB09B7AB6800553B02 /* JournalTrace.hpp */, + 53FD9CFC09B7AB6800553B02 /* JournalTransaction.cpp */, + 53FD9CFD09B7AB6800553B02 /* JournalTransaction.hpp */, + 53FD9CFE09B7AB6800553B02 /* KeepAliveInfo.cpp */, + 53FD9CFF09B7AB6800553B02 /* KeepAliveInfo.hpp */, + 53FD9D0009B7AB6800553B02 /* LocalTransactionId.cpp */, + 53FD9D0109B7AB6800553B02 /* LocalTransactionId.hpp */, + 53FD9D0209B7AB6800553B02 /* Message.cpp */, + 53FD9D0309B7AB6800553B02 /* Message.hpp */, + 53FD9D0409B7AB6800553B02 /* MessageAck.cpp */, + 53FD9D0509B7AB6800553B02 /* MessageAck.hpp */, + 53FD9D0609B7AB6800553B02 /* MessageDispatch.cpp */, + 53FD9D0709B7AB6800553B02 /* MessageDispatch.hpp */, + 53FD9D0809B7AB6800553B02 /* MessageDispatchNotification.cpp */, + 53FD9D0909B7AB6800553B02 /* MessageDispatchNotification.hpp */, + 53FD9D0A09B7AB6800553B02 /* MessageId.cpp */, + 53FD9D0B09B7AB6800553B02 /* MessageId.hpp */, + 53FD9D0C09B7AB6800553B02 /* ProducerId.cpp */, + 53FD9D0D09B7AB6800553B02 /* ProducerId.hpp */, + 53FD9D0E09B7AB6800553B02 /* ProducerInfo.cpp */, + 53FD9D0F09B7AB6800553B02 /* ProducerInfo.hpp */, + 53FD9D1009B7AB6800553B02 /* RemoveInfo.cpp */, + 53FD9D1109B7AB6800553B02 /* RemoveInfo.hpp */, + 53FD9D1209B7AB6800553B02 /* RemoveSubscriptionInfo.cpp */, + 53FD9D1309B7AB6800553B02 /* RemoveSubscriptionInfo.hpp */, + 53FD9D1409B7AB6800553B02 /* Response.cpp */, + 53FD9D1509B7AB6800553B02 /* Response.hpp */, + 53FD9D1609B7AB6800553B02 /* SessionId.cpp */, + 53FD9D1709B7AB6800553B02 /* SessionId.hpp */, + 53FD9D1809B7AB6800553B02 /* SessionInfo.cpp */, + 53FD9D1909B7AB6800553B02 /* SessionInfo.hpp */, + 53FD9D1A09B7AB6800553B02 /* ShutdownInfo.cpp */, + 53FD9D1B09B7AB6800553B02 /* ShutdownInfo.hpp */, + 53FD9D1C09B7AB6800553B02 /* SubscriptionInfo.cpp */, + 53FD9D1D09B7AB6800553B02 /* SubscriptionInfo.hpp */, + 53FD9D1E09B7AB6800553B02 /* TransactionId.cpp */, + 53FD9D1F09B7AB6800553B02 /* TransactionId.hpp */, + 53FD9D2009B7AB6800553B02 /* TransactionInfo.cpp */, + 53FD9D2109B7AB6800553B02 /* TransactionInfo.hpp */, + 53FD9D2209B7AB6800553B02 /* WireFormatInfo.cpp */, + 53FD9D2309B7AB6800553B02 /* WireFormatInfo.hpp */, + 53FD9D2409B7AB6800553B02 /* XATransactionId.cpp */, + 53FD9D2509B7AB6800553B02 /* XATransactionId.hpp */, + ); + path = command; + sourceTree = ""; + }; + 53FD9D4909B7AB6800553B02 /* io */ = { + isa = PBXGroup; + children = ( + 53FD9D4A09B7AB6800553B02 /* BinaryReader.cpp */, + 53FD9D4B09B7AB6800553B02 /* BinaryReader.hpp */, + 53FD9D4C09B7AB6800553B02 /* BinaryWriter.cpp */, + 53FD9D4D09B7AB6800553B02 /* BinaryWriter.hpp */, + 53FD9D4E09B7AB6800553B02 /* IOException.hpp */, + 53FD9D4F09B7AB6800553B02 /* IReader.hpp */, + 53FD9D5009B7AB6800553B02 /* IWriter.hpp */, + 53FD9D5109B7AB6800553B02 /* SocketBinaryReader.cpp */, + 53FD9D5209B7AB6800553B02 /* SocketBinaryReader.hpp */, + 53FD9D5309B7AB6800553B02 /* SocketBinaryWriter.cpp */, + 53FD9D5409B7AB6800553B02 /* SocketBinaryWriter.hpp */, + ); + path = io; + sourceTree = ""; + }; + 53FD9D5B09B7AB6800553B02 /* marshal */ = { + isa = PBXGroup; + children = ( + 53FD9D5C09B7AB6800553B02 /* AbstractCommandMarshaller.cpp */, + 53FD9D5D09B7AB6800553B02 /* AbstractCommandMarshaller.hpp */, + 53FD9D5E09B7AB6800553B02 /* ActiveMQBytesMessageMarshaller.cpp */, + 53FD9D5F09B7AB6800553B02 /* ActiveMQBytesMessageMarshaller.hpp */, + 53FD9D6009B7AB6800553B02 /* ActiveMQDestinationMarshaller.cpp */, + 53FD9D6109B7AB6800553B02 /* ActiveMQDestinationMarshaller.hpp */, + 53FD9D6209B7AB6800553B02 /* ActiveMQMapMessageMarshaller.cpp */, + 53FD9D6309B7AB6800553B02 /* ActiveMQMapMessageMarshaller.hpp */, + 53FD9D6409B7AB6800553B02 /* ActiveMQMessageMarshaller.cpp */, + 53FD9D6509B7AB6800553B02 /* ActiveMQMessageMarshaller.hpp */, + 53FD9D6609B7AB6800553B02 /* ActiveMQObjectMessageMarshaller.cpp */, + 53FD9D6709B7AB6800553B02 /* ActiveMQObjectMessageMarshaller.hpp */, + 53FD9D6809B7AB6800553B02 /* ActiveMQQueueMarshaller.cpp */, + 53FD9D6909B7AB6800553B02 /* ActiveMQQueueMarshaller.hpp */, + 53FD9D6A09B7AB6800553B02 /* ActiveMQStreamMessageMarshaller.cpp */, + 53FD9D6B09B7AB6800553B02 /* ActiveMQStreamMessageMarshaller.hpp */, + 53FD9D6C09B7AB6800553B02 /* ActiveMQTempDestinationMarshaller.cpp */, + 53FD9D6D09B7AB6800553B02 /* ActiveMQTempDestinationMarshaller.hpp */, + 53FD9D6E09B7AB6800553B02 /* ActiveMQTempQueueMarshaller.cpp */, + 53FD9D6F09B7AB6800553B02 /* ActiveMQTempQueueMarshaller.hpp */, + 53FD9D7009B7AB6800553B02 /* ActiveMQTempTopicMarshaller.cpp */, + 53FD9D7109B7AB6800553B02 /* ActiveMQTempTopicMarshaller.hpp */, + 53FD9D7209B7AB6800553B02 /* ActiveMQTextMessageMarshaller.cpp */, + 53FD9D7309B7AB6800553B02 /* ActiveMQTextMessageMarshaller.hpp */, + 53FD9D7409B7AB6800553B02 /* ActiveMQTopicMarshaller.cpp */, + 53FD9D7509B7AB6800553B02 /* ActiveMQTopicMarshaller.hpp */, + 53FD9D7609B7AB6800553B02 /* BaseCommandMarshaller.cpp */, + 53FD9D7709B7AB6800553B02 /* BaseCommandMarshaller.hpp */, + 53FD9D7809B7AB6800553B02 /* BrokerIdMarshaller.cpp */, + 53FD9D7909B7AB6800553B02 /* BrokerIdMarshaller.hpp */, + 53FD9D7A09B7AB6800553B02 /* BrokerInfoMarshaller.cpp */, + 53FD9D7B09B7AB6800553B02 /* BrokerInfoMarshaller.hpp */, + 53FD9D7C09B7AB6800553B02 /* CommandMarshallerRegistry.cpp */, + 53FD9D7D09B7AB6800553B02 /* CommandMarshallerRegistry.hpp */, + 53FD9D7E09B7AB6800553B02 /* ConnectionErrorMarshaller.cpp */, + 53FD9D7F09B7AB6800553B02 /* ConnectionErrorMarshaller.hpp */, + 53FD9D8009B7AB6800553B02 /* ConnectionIdMarshaller.cpp */, + 53FD9D8109B7AB6800553B02 /* ConnectionIdMarshaller.hpp */, + 53FD9D8209B7AB6800553B02 /* ConnectionInfoMarshaller.cpp */, + 53FD9D8309B7AB6800553B02 /* ConnectionInfoMarshaller.hpp */, + 53FD9D8409B7AB6800553B02 /* ConsumerIdMarshaller.cpp */, + 53FD9D8509B7AB6800553B02 /* ConsumerIdMarshaller.hpp */, + 53FD9D8609B7AB6800553B02 /* ConsumerInfoMarshaller.cpp */, + 53FD9D8709B7AB6800553B02 /* ConsumerInfoMarshaller.hpp */, + 53FD9D8809B7AB6800553B02 /* ControlCommandMarshaller.cpp */, + 53FD9D8909B7AB6800553B02 /* ControlCommandMarshaller.hpp */, + 53FD9D8A09B7AB6800553B02 /* DataArrayResponseMarshaller.cpp */, + 53FD9D8B09B7AB6800553B02 /* DataArrayResponseMarshaller.hpp */, + 53FD9D8C09B7AB6800553B02 /* DataResponseMarshaller.cpp */, + 53FD9D8D09B7AB6800553B02 /* DataResponseMarshaller.hpp */, + 53FD9D8E09B7AB6800553B02 /* DestinationInfoMarshaller.cpp */, + 53FD9D8F09B7AB6800553B02 /* DestinationInfoMarshaller.hpp */, + 53FD9D9009B7AB6800553B02 /* DiscoveryEventMarshaller.cpp */, + 53FD9D9109B7AB6800553B02 /* DiscoveryEventMarshaller.hpp */, + 53FD9D9209B7AB6800553B02 /* ExceptionResponseMarshaller.cpp */, + 53FD9D9309B7AB6800553B02 /* ExceptionResponseMarshaller.hpp */, + 53FD9D9409B7AB6800553B02 /* FlushCommandMarshaller.cpp */, + 53FD9D9509B7AB6800553B02 /* FlushCommandMarshaller.hpp */, + 53FD9D9609B7AB6800553B02 /* IntegerResponseMarshaller.cpp */, + 53FD9D9709B7AB6800553B02 /* IntegerResponseMarshaller.hpp */, + 53FD9D9809B7AB6800553B02 /* JournalQueueAckMarshaller.cpp */, + 53FD9D9909B7AB6800553B02 /* JournalQueueAckMarshaller.hpp */, + 53FD9D9A09B7AB6800553B02 /* JournalTopicAckMarshaller.cpp */, + 53FD9D9B09B7AB6800553B02 /* JournalTopicAckMarshaller.hpp */, + 53FD9D9C09B7AB6800553B02 /* JournalTraceMarshaller.cpp */, + 53FD9D9D09B7AB6800553B02 /* JournalTraceMarshaller.hpp */, + 53FD9D9E09B7AB6800553B02 /* JournalTransactionMarshaller.cpp */, + 53FD9D9F09B7AB6800553B02 /* JournalTransactionMarshaller.hpp */, + 53FD9DA009B7AB6800553B02 /* KeepAliveInfoMarshaller.cpp */, + 53FD9DA109B7AB6800553B02 /* KeepAliveInfoMarshaller.hpp */, + 53FD9DA209B7AB6800553B02 /* LocalTransactionIdMarshaller.cpp */, + 53FD9DA309B7AB6800553B02 /* LocalTransactionIdMarshaller.hpp */, + 53FD9DA409B7AB6800553B02 /* MarshallerFactory.cpp */, + 53FD9DA509B7AB6800553B02 /* MarshallerFactory.hpp */, + 53FD9DA609B7AB6800553B02 /* MessageAckMarshaller.cpp */, + 53FD9DA709B7AB6800553B02 /* MessageAckMarshaller.hpp */, + 53FD9DA809B7AB6800553B02 /* MessageDispatchMarshaller.cpp */, + 53FD9DA909B7AB6800553B02 /* MessageDispatchMarshaller.hpp */, + 53FD9DAA09B7AB6800553B02 /* MessageDispatchNotificationMarshaller.cpp */, + 53FD9DAB09B7AB6800553B02 /* MessageDispatchNotificationMarshaller.hpp */, + 53FD9DAC09B7AB6800553B02 /* MessageIdMarshaller.cpp */, + 53FD9DAD09B7AB6800553B02 /* MessageIdMarshaller.hpp */, + 53FD9DAE09B7AB6800553B02 /* MessageMarshaller.cpp */, + 53FD9DAF09B7AB6800553B02 /* MessageMarshaller.hpp */, + 53FD9DB009B7AB6800553B02 /* ProducerIdMarshaller.cpp */, + 53FD9DB109B7AB6800553B02 /* ProducerIdMarshaller.hpp */, + 53FD9DB209B7AB6800553B02 /* ProducerInfoMarshaller.cpp */, + 53FD9DB309B7AB6800553B02 /* ProducerInfoMarshaller.hpp */, + 53FD9DB409B7AB6800553B02 /* RemoveInfoMarshaller.cpp */, + 53FD9DB509B7AB6800553B02 /* RemoveInfoMarshaller.hpp */, + 53FD9DB609B7AB6800553B02 /* RemoveSubscriptionInfoMarshaller.cpp */, + 53FD9DB709B7AB6800553B02 /* RemoveSubscriptionInfoMarshaller.hpp */, + 53FD9DB809B7AB6800553B02 /* ResponseMarshaller.cpp */, + 53FD9DB909B7AB6800553B02 /* ResponseMarshaller.hpp */, + 53FD9DBA09B7AB6800553B02 /* SessionIdMarshaller.cpp */, + 53FD9DBB09B7AB6800553B02 /* SessionIdMarshaller.hpp */, + 53FD9DBC09B7AB6800553B02 /* SessionInfoMarshaller.cpp */, + 53FD9DBD09B7AB6800553B02 /* SessionInfoMarshaller.hpp */, + 53FD9DBE09B7AB6800553B02 /* ShutdownInfoMarshaller.cpp */, + 53FD9DBF09B7AB6800553B02 /* ShutdownInfoMarshaller.hpp */, + 53FD9DC009B7AB6800553B02 /* SubscriptionInfoMarshaller.cpp */, + 53FD9DC109B7AB6800553B02 /* SubscriptionInfoMarshaller.hpp */, + 53FD9DC209B7AB6800553B02 /* TransactionIdMarshaller.cpp */, + 53FD9DC309B7AB6800553B02 /* TransactionIdMarshaller.hpp */, + 53FD9DC409B7AB6800553B02 /* TransactionInfoMarshaller.cpp */, + 53FD9DC509B7AB6800553B02 /* TransactionInfoMarshaller.hpp */, + 53FD9DC609B7AB6800553B02 /* WireFormatInfoMarshaller.cpp */, + 53FD9DC709B7AB6800553B02 /* WireFormatInfoMarshaller.hpp */, + 53FD9DC809B7AB6800553B02 /* XATransactionIdMarshaller.cpp */, + 53FD9DC909B7AB6800553B02 /* XATransactionIdMarshaller.hpp */, + ); + path = marshal; + sourceTree = ""; + }; + 53FD9DD809B7AB6800553B02 /* transport */ = { + isa = PBXGroup; + children = ( + 53FD9DD909B7AB6800553B02 /* ITransport.hpp */, + 53FD9DDA09B7AB6800553B02 /* SocketTransport.cpp */, + 53FD9DDB09B7AB6800553B02 /* SocketTransport.hpp */, + ); + path = transport; + sourceTree = ""; + }; + 53FD9DDC09B7AB6800553B02 /* util */ = { + isa = PBXGroup; + children = ( + 53FD9DDD09B7AB6800553B02 /* ConversionException.hpp */, + 53FD9DDE09B7AB6800553B02 /* Endian.cpp */, + 53FD9DDF09B7AB6800553B02 /* Endian.hpp */, + 53FD9DE009B7AB6800553B02 /* Guid.cpp */, + 53FD9DE109B7AB6800553B02 /* Guid.hpp */, + 53FD9DE209B7AB6800553B02 /* ifr */, + 53FD9DE909B7AB6800553B02 /* MapItemHolder.cpp */, + 53FD9DEA09B7AB6800553B02 /* MapItemHolder.hpp */, + 53FD9DEB09B7AB6800553B02 /* SimpleMutex.hpp */, + ); + path = util; + sourceTree = ""; + }; + 53FD9DE209B7AB6800553B02 /* ifr */ = { + isa = PBXGroup; + children = ( + 53FD9DE309B7AB6800553B02 /* ap.hpp */, + 53FD9DE409B7AB6800553B02 /* atomic.hpp */, + 53FD9DE509B7AB6800553B02 /* namespace.hpp */, + 53FD9DE609B7AB6800553B02 /* p.hpp */, + 53FD9DE709B7AB6800553B02 /* platform.hpp */, + 53FD9DE809B7AB6800553B02 /* v1 */, + ); + path = ifr; + sourceTree = ""; + }; + 53FD9DE809B7AB6800553B02 /* v1 */ = { + isa = PBXGroup; + children = ( + ); + path = v1; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 53FD9DEC09B7AC1000553B02 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 53FD9DEF09B7AC1000553B02 /* openwire-cpp */ = { + isa = PBXNativeTarget; + buildConfigurationList = 53FD9DF109B7AC2F00553B02 /* Build configuration list for PBXNativeTarget "openwire-cpp" */; + buildPhases = ( + 53FD9DEC09B7AC1000553B02 /* Headers */, + 53FD9DED09B7AC1000553B02 /* Sources */, + 53FD9DEE09B7AC1000553B02 /* Frameworks */, + ); + buildRules = ( + ); + buildSettings = { + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G5; + INSTALL_PATH = /usr/local/lib; + LIBRARY_STYLE = DYNAMIC; + OPTIMIZATION_CFLAGS = ""; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PREBINDING = NO; + PRODUCT_NAME = "openwire-cpp"; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + dependencies = ( + ); + name = "openwire-cpp"; + productName = "openwire-cpp"; + productReference = 53FD9DF009B7AC1000553B02 /* openwire-cpp.dylib */; + productType = "com.apple.product-type.library.dynamic"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 53D4A41D08A8931000CAE09B /* Build configuration list for PBXProject "openwire-cpp" */; + buildSettings = { + }; + buildStyles = ( + 014CEA520018CE5811CA2923 /* Development */, + 014CEA530018CE5811CA2923 /* Deployment */, + ); + hasScannedForEncodings = 1; + mainGroup = 08FB7794FE84155DC02AAC07 /* amqc */; + productRefGroup = 08FB7794FE84155DC02AAC07 /* amqc */; + projectDirPath = ""; + targets = ( + 53FD9DEF09B7AC1000553B02 /* openwire-cpp */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 53FD9DED09B7AC1000553B02 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 53FD9DF509B7AC5F00553B02 /* SocketTransport.cpp in Sources */, + 53FD9DF609B7AC5F00553B02 /* Endian.cpp in Sources */, + 53FD9DF709B7AC5F00553B02 /* Guid.cpp in Sources */, + 53FD9DF809B7AC5F00553B02 /* MapItemHolder.cpp in Sources */, + 53FD9DF909B7AC5F00553B02 /* AbstractCommandMarshaller.cpp in Sources */, + 53FD9DFA09B7AC5F00553B02 /* ActiveMQBytesMessageMarshaller.cpp in Sources */, + 53FD9DFB09B7AC5F00553B02 /* ActiveMQDestinationMarshaller.cpp in Sources */, + 53FD9DFC09B7AC5F00553B02 /* ActiveMQMapMessageMarshaller.cpp in Sources */, + 53FD9DFD09B7AC5F00553B02 /* ActiveMQMessageMarshaller.cpp in Sources */, + 53FD9DFE09B7AC5F00553B02 /* ActiveMQObjectMessageMarshaller.cpp in Sources */, + 53FD9DFF09B7AC5F00553B02 /* ActiveMQQueueMarshaller.cpp in Sources */, + 53FD9E0009B7AC5F00553B02 /* ActiveMQStreamMessageMarshaller.cpp in Sources */, + 53FD9E0109B7AC5F00553B02 /* ActiveMQTempDestinationMarshaller.cpp in Sources */, + 53FD9E0209B7AC5F00553B02 /* ActiveMQTempQueueMarshaller.cpp in Sources */, + 53FD9E0309B7AC5F00553B02 /* ActiveMQTempTopicMarshaller.cpp in Sources */, + 53FD9E0409B7AC5F00553B02 /* ActiveMQTextMessageMarshaller.cpp in Sources */, + 53FD9E0509B7AC5F00553B02 /* ActiveMQTopicMarshaller.cpp in Sources */, + 53FD9E0609B7AC5F00553B02 /* BaseCommandMarshaller.cpp in Sources */, + 53FD9E0709B7AC5F00553B02 /* BrokerIdMarshaller.cpp in Sources */, + 53FD9E0809B7AC5F00553B02 /* BrokerInfoMarshaller.cpp in Sources */, + 53FD9E0909B7AC5F00553B02 /* CommandMarshallerRegistry.cpp in Sources */, + 53FD9E0A09B7AC5F00553B02 /* ConnectionErrorMarshaller.cpp in Sources */, + 53FD9E0B09B7AC5F00553B02 /* ConnectionIdMarshaller.cpp in Sources */, + 53FD9E0C09B7AC5F00553B02 /* ConnectionInfoMarshaller.cpp in Sources */, + 53FD9E0D09B7AC5F00553B02 /* ConsumerIdMarshaller.cpp in Sources */, + 53FD9E0E09B7AC5F00553B02 /* ConsumerInfoMarshaller.cpp in Sources */, + 53FD9E0F09B7AC5F00553B02 /* ControlCommandMarshaller.cpp in Sources */, + 53FD9E1009B7AC5F00553B02 /* DataArrayResponseMarshaller.cpp in Sources */, + 53FD9E1109B7AC5F00553B02 /* DataResponseMarshaller.cpp in Sources */, + 53FD9E1209B7AC5F00553B02 /* DestinationInfoMarshaller.cpp in Sources */, + 53FD9E1309B7AC5F00553B02 /* DiscoveryEventMarshaller.cpp in Sources */, + 53FD9E1409B7AC5F00553B02 /* ExceptionResponseMarshaller.cpp in Sources */, + 53FD9E1509B7AC5F00553B02 /* FlushCommandMarshaller.cpp in Sources */, + 53FD9E1609B7AC5F00553B02 /* IntegerResponseMarshaller.cpp in Sources */, + 53FD9E1709B7AC5F00553B02 /* JournalQueueAckMarshaller.cpp in Sources */, + 53FD9E1809B7AC5F00553B02 /* JournalTopicAckMarshaller.cpp in Sources */, + 53FD9E1909B7AC5F00553B02 /* JournalTraceMarshaller.cpp in Sources */, + 53FD9E1A09B7AC5F00553B02 /* JournalTransactionMarshaller.cpp in Sources */, + 53FD9E1B09B7AC5F00553B02 /* KeepAliveInfoMarshaller.cpp in Sources */, + 53FD9E1C09B7AC5F00553B02 /* LocalTransactionIdMarshaller.cpp in Sources */, + 53FD9E1D09B7AC5F00553B02 /* MarshallerFactory.cpp in Sources */, + 53FD9E1E09B7AC5F00553B02 /* MessageAckMarshaller.cpp in Sources */, + 53FD9E1F09B7AC5F00553B02 /* MessageDispatchMarshaller.cpp in Sources */, + 53FD9E2009B7AC5F00553B02 /* MessageDispatchNotificationMarshaller.cpp in Sources */, + 53FD9E2109B7AC5F00553B02 /* MessageIdMarshaller.cpp in Sources */, + 53FD9E2209B7AC5F00553B02 /* MessageMarshaller.cpp in Sources */, + 53FD9E2309B7AC5F00553B02 /* ProducerIdMarshaller.cpp in Sources */, + 53FD9E2409B7AC5F00553B02 /* ProducerInfoMarshaller.cpp in Sources */, + 53FD9E2509B7AC5F00553B02 /* RemoveInfoMarshaller.cpp in Sources */, + 53FD9E2609B7AC5F00553B02 /* RemoveSubscriptionInfoMarshaller.cpp in Sources */, + 53FD9E2709B7AC5F00553B02 /* ResponseMarshaller.cpp in Sources */, + 53FD9E2809B7AC5F00553B02 /* SessionIdMarshaller.cpp in Sources */, + 53FD9E2909B7AC5F00553B02 /* SessionInfoMarshaller.cpp in Sources */, + 53FD9E2A09B7AC5F00553B02 /* ShutdownInfoMarshaller.cpp in Sources */, + 53FD9E2B09B7AC5F00553B02 /* SubscriptionInfoMarshaller.cpp in Sources */, + 53FD9E2C09B7AC5F00553B02 /* TransactionIdMarshaller.cpp in Sources */, + 53FD9E2D09B7AC5F00553B02 /* TransactionInfoMarshaller.cpp in Sources */, + 53FD9E2E09B7AC5F00553B02 /* WireFormatInfoMarshaller.cpp in Sources */, + 53FD9E2F09B7AC5F00553B02 /* XATransactionIdMarshaller.cpp in Sources */, + 53FD9E3009B7AC5F00553B02 /* BinaryReader.cpp in Sources */, + 53FD9E3109B7AC5F00553B02 /* BinaryWriter.cpp in Sources */, + 53FD9E3209B7AC5F00553B02 /* SocketBinaryReader.cpp in Sources */, + 53FD9E3309B7AC5F00553B02 /* SocketBinaryWriter.cpp in Sources */, + 53FD9E3409B7AC5F00553B02 /* AbstractCommand.cpp in Sources */, + 53FD9E3509B7AC5F00553B02 /* ActiveMQBytesMessage.cpp in Sources */, + 53FD9E3609B7AC5F00553B02 /* ActiveMQDestination.cpp in Sources */, + 53FD9E3709B7AC5F00553B02 /* ActiveMQMapMessage.cpp in Sources */, + 53FD9E3809B7AC5F00553B02 /* ActiveMQMessage.cpp in Sources */, + 53FD9E3909B7AC5F00553B02 /* ActiveMQObjectMessage.cpp in Sources */, + 53FD9E3A09B7AC5F00553B02 /* ActiveMQQueue.cpp in Sources */, + 53FD9E3B09B7AC5F00553B02 /* ActiveMQTempQueue.cpp in Sources */, + 53FD9E3C09B7AC5F00553B02 /* ActiveMQTempTopic.cpp in Sources */, + 53FD9E3D09B7AC5F00553B02 /* ActiveMQTextMessage.cpp in Sources */, + 53FD9E3E09B7AC5F00553B02 /* ActiveMQTopic.cpp in Sources */, + 53FD9E3F09B7AC5F00553B02 /* BaseCommand.cpp in Sources */, + 53FD9E4009B7AC5F00553B02 /* BrokerId.cpp in Sources */, + 53FD9E4109B7AC5F00553B02 /* BrokerInfo.cpp in Sources */, + 53FD9E4209B7AC5F00553B02 /* ConnectionError.cpp in Sources */, + 53FD9E4309B7AC5F00553B02 /* ConnectionId.cpp in Sources */, + 53FD9E4409B7AC5F00553B02 /* ConnectionInfo.cpp in Sources */, + 53FD9E4509B7AC5F00553B02 /* ConsumerId.cpp in Sources */, + 53FD9E4609B7AC5F00553B02 /* ConsumerInfo.cpp in Sources */, + 53FD9E4709B7AC5F00553B02 /* ControlCommand.cpp in Sources */, + 53FD9E4809B7AC5F00553B02 /* DataArrayResponse.cpp in Sources */, + 53FD9E4909B7AC5F00553B02 /* DataResponse.cpp in Sources */, + 53FD9E4A09B7AC5F00553B02 /* DestinationInfo.cpp in Sources */, + 53FD9E4B09B7AC5F00553B02 /* DiscoveryEvent.cpp in Sources */, + 53FD9E4C09B7AC5F00553B02 /* ExceptionResponse.cpp in Sources */, + 53FD9E4D09B7AC5F00553B02 /* FlushCommand.cpp in Sources */, + 53FD9E4E09B7AC5F00553B02 /* IntegerResponse.cpp in Sources */, + 53FD9E4F09B7AC5F00553B02 /* JournalQueueAck.cpp in Sources */, + 53FD9E5009B7AC5F00553B02 /* JournalTopicAck.cpp in Sources */, + 53FD9E5109B7AC5F00553B02 /* JournalTrace.cpp in Sources */, + 53FD9E5209B7AC5F00553B02 /* JournalTransaction.cpp in Sources */, + 53FD9E5309B7AC5F00553B02 /* KeepAliveInfo.cpp in Sources */, + 53FD9E5409B7AC5F00553B02 /* LocalTransactionId.cpp in Sources */, + 53FD9E5509B7AC5F00553B02 /* Message.cpp in Sources */, + 53FD9E5609B7AC5F00553B02 /* MessageAck.cpp in Sources */, + 53FD9E5709B7AC5F00553B02 /* MessageDispatch.cpp in Sources */, + 53FD9E5809B7AC5F00553B02 /* MessageDispatchNotification.cpp in Sources */, + 53FD9E5909B7AC5F00553B02 /* MessageId.cpp in Sources */, + 53FD9E5A09B7AC5F00553B02 /* ProducerId.cpp in Sources */, + 53FD9E5B09B7AC5F00553B02 /* ProducerInfo.cpp in Sources */, + 53FD9E5C09B7AC5F00553B02 /* RemoveInfo.cpp in Sources */, + 53FD9E5D09B7AC5F00553B02 /* RemoveSubscriptionInfo.cpp in Sources */, + 53FD9E5E09B7AC5F00553B02 /* Response.cpp in Sources */, + 53FD9E5F09B7AC5F00553B02 /* SessionId.cpp in Sources */, + 53FD9E6009B7AC5F00553B02 /* SessionInfo.cpp in Sources */, + 53FD9E6109B7AC5F00553B02 /* ShutdownInfo.cpp in Sources */, + 53FD9E6209B7AC5F00553B02 /* SubscriptionInfo.cpp in Sources */, + 53FD9E6309B7AC5F00553B02 /* TransactionId.cpp in Sources */, + 53FD9E6409B7AC5F00553B02 /* TransactionInfo.cpp in Sources */, + 53FD9E6509B7AC5F00553B02 /* WireFormatInfo.cpp in Sources */, + 53FD9E6609B7AC5F00553B02 /* XATransactionId.cpp in Sources */, + 53FD9E6709B7AC5F00553B02 /* BrokerError.cpp in Sources */, + 53FD9E6809B7AC5F00553B02 /* BrokerException.cpp in Sources */, + 53FD9E6909B7AC5F00553B02 /* Connection.cpp in Sources */, + 53FD9E6A09B7AC5F00553B02 /* ConnectionClosedException.cpp in Sources */, + 53FD9E6B09B7AC5F00553B02 /* ConnectionFactory.cpp in Sources */, + 53FD9E6C09B7AC5F00553B02 /* ConsumerClosedException.cpp in Sources */, + 53FD9E6D09B7AC5F00553B02 /* DestinationFilter.cpp in Sources */, + 53FD9E6E09B7AC5F00553B02 /* FutureResponse.cpp in Sources */, + 53FD9E6F09B7AC5F00553B02 /* MessageConsumer.cpp in Sources */, + 53FD9E7009B7AC5F00553B02 /* MessageProducer.cpp in Sources */, + 53FD9E7109B7AC5F00553B02 /* OpenWireException.cpp in Sources */, + 53FD9E7209B7AC5F00553B02 /* Session.cpp in Sources */, + 53FD9E7309B7AC5F00553B02 /* TraceException.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 53D4A41E08A8931000CAE09B /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ppc; + HEADER_SEARCH_PATHS = "/usr/local/apr/include/apr-1"; + LIBRARY_SEARCH_PATHS = /usr/local/apr/lib; + }; + name = Development; + }; + 53D4A41F08A8931000CAE09B /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ppc; + HEADER_SEARCH_PATHS = "/usr/local/apr/include/apr-1"; + LIBRARY_SEARCH_PATHS = /usr/local/apr/lib; + }; + name = Deployment; + }; + 53D4A42008A8931000CAE09B /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ppc; + HEADER_SEARCH_PATHS = "/usr/local/apr/include/apr-1"; + LIBRARY_SEARCH_PATHS = /usr/local/apr/lib; + }; + name = Default; + }; + 53FD9DF209B7AC2F00553B02 /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + ); + COPY_PHASE_STRIP = NO; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_MODEL_TUNING = G5; + HEADER_SEARCH_PATHS = ( + "/usr/local/apr/include/apr-1", + src, + ); + INSTALL_PATH = /usr/local/lib; + LIBRARY_STYLE = DYNAMIC; + OPTIMIZATION_CFLAGS = "-O0"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PREBINDING = NO; + PRODUCT_NAME = "openwire-cpp"; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Development; + }; + 53FD9DF309B7AC2F00553B02 /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + ); + COPY_PHASE_STRIP = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G5; + HEADER_SEARCH_PATHS = ( + "/usr/local/apr/include/apr-1", + src, + ); + INSTALL_PATH = /usr/local/lib; + LIBRARY_STYLE = DYNAMIC; + OPTIMIZATION_CFLAGS = "-O0"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PREBINDING = NO; + PRODUCT_NAME = "openwire-cpp"; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Deployment; + }; + 53FD9DF409B7AC2F00553B02 /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + ); + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_MODEL_TUNING = G5; + HEADER_SEARCH_PATHS = ( + "/usr/local/apr/include/apr-1", + src, + ); + INSTALL_PATH = /usr/local/lib; + LIBRARY_STYLE = DYNAMIC; + OPTIMIZATION_CFLAGS = "-O0"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + OTHER_REZFLAGS = ""; + PREBINDING = NO; + PRODUCT_NAME = "openwire-cpp"; + SECTORDER_FLAGS = ""; + WARNING_CFLAGS = ( + "-Wmost", + "-Wno-four-char-constants", + "-Wno-unknown-pragmas", + ); + }; + name = Default; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 53D4A41D08A8931000CAE09B /* Build configuration list for PBXProject "openwire-cpp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 53D4A41E08A8931000CAE09B /* Development */, + 53D4A41F08A8931000CAE09B /* Deployment */, + 53D4A42008A8931000CAE09B /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + 53FD9DF109B7AC2F00553B02 /* Build configuration list for PBXNativeTarget "openwire-cpp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 53FD9DF209B7AC2F00553B02 /* Development */, + 53FD9DF309B7AC2F00553B02 /* Deployment */, + 53FD9DF409B7AC2F00553B02 /* Default */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; +} diff --git a/openwire-cpp/src/BrokerError.hpp b/openwire-cpp/src/BrokerError.hpp index aced8bf1b4..8fefa5f967 100755 --- a/openwire-cpp/src/BrokerError.hpp +++ b/openwire-cpp/src/BrokerError.hpp @@ -17,8 +17,9 @@ #ifndef BrokerError_hpp_ #define BrokerError_hpp_ +#include "util/ifr/p.hpp" + #include -#include "util/ifr/p" namespace apache { diff --git a/openwire-cpp/src/BrokerException.hpp b/openwire-cpp/src/BrokerException.hpp index 3b8d271ec6..47970b2f67 100755 --- a/openwire-cpp/src/BrokerException.hpp +++ b/openwire-cpp/src/BrokerException.hpp @@ -20,7 +20,7 @@ #include #include "BrokerError.hpp" #include "OpenWireException.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/FutureResponse.hpp b/openwire-cpp/src/FutureResponse.hpp index 294486cfb9..d46496b4a4 100755 --- a/openwire-cpp/src/FutureResponse.hpp +++ b/openwire-cpp/src/FutureResponse.hpp @@ -19,7 +19,7 @@ #include #include "command/Response.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/OpenWireException.hpp b/openwire-cpp/src/OpenWireException.hpp index 6794ba59af..36490aad63 100755 --- a/openwire-cpp/src/OpenWireException.hpp +++ b/openwire-cpp/src/OpenWireException.hpp @@ -26,6 +26,8 @@ namespace apache namespace client { + using namespace std ; + /* * */ @@ -33,7 +35,7 @@ class OpenWireException : public exception { public: OpenWireException(const char* message) ; - ~OpenWireException() ; + virtual ~OpenWireException() throw(); } ; /* namespace */ diff --git a/openwire-cpp/src/TraceException.hpp b/openwire-cpp/src/TraceException.hpp index 9b5eaeb53b..fa3c09fcad 100755 --- a/openwire-cpp/src/TraceException.hpp +++ b/openwire-cpp/src/TraceException.hpp @@ -19,7 +19,7 @@ #include #include -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/AbstractCommand.hpp b/openwire-cpp/src/command/AbstractCommand.hpp index f5fbcdcb39..67170f1f17 100755 --- a/openwire-cpp/src/command/AbstractCommand.hpp +++ b/openwire-cpp/src/command/AbstractCommand.hpp @@ -19,7 +19,7 @@ #include #include "command/ICommand.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ActiveMQBytesMessage.hpp b/openwire-cpp/src/command/ActiveMQBytesMessage.hpp index 40dacb17d2..5cad23b7af 100644 --- a/openwire-cpp/src/command/ActiveMQBytesMessage.hpp +++ b/openwire-cpp/src/command/ActiveMQBytesMessage.hpp @@ -30,7 +30,7 @@ #include "MessageNotWritableException.hpp" #include "util/Endian.hpp" #include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/p.hpp" #include "util/MapItemHolder.hpp" namespace apache diff --git a/openwire-cpp/src/command/ActiveMQMapMessage.hpp b/openwire-cpp/src/command/ActiveMQMapMessage.hpp index 6cef57cf4a..4790ebd9da 100644 --- a/openwire-cpp/src/command/ActiveMQMapMessage.hpp +++ b/openwire-cpp/src/command/ActiveMQMapMessage.hpp @@ -28,7 +28,7 @@ #include "IllegalArgumentException.hpp" #include "MessageFormatException.hpp" #include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/p.hpp" #include "util/MapItemHolder.hpp" namespace apache diff --git a/openwire-cpp/src/command/ActiveMQMessage.hpp b/openwire-cpp/src/command/ActiveMQMessage.hpp index 8efef0d23a..238777cfeb 100755 --- a/openwire-cpp/src/command/ActiveMQMessage.hpp +++ b/openwire-cpp/src/command/ActiveMQMessage.hpp @@ -21,7 +21,7 @@ #include "IDestination.hpp" #include "IMessage.hpp" #include "command/Message.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ActiveMQObjectMessage.hpp b/openwire-cpp/src/command/ActiveMQObjectMessage.hpp index d5094a3872..a6f8db0ad3 100644 --- a/openwire-cpp/src/command/ActiveMQObjectMessage.hpp +++ b/openwire-cpp/src/command/ActiveMQObjectMessage.hpp @@ -21,8 +21,8 @@ #include "command/ActiveMQMessage.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/BaseCommand.hpp b/openwire-cpp/src/command/BaseCommand.hpp index cd39d2ff92..a9247f7caf 100755 --- a/openwire-cpp/src/command/BaseCommand.hpp +++ b/openwire-cpp/src/command/BaseCommand.hpp @@ -19,7 +19,7 @@ #include #include "command/AbstractCommand.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/BrokerId.hpp b/openwire-cpp/src/command/BrokerId.hpp index a3a9a27f62..ead17fa5dc 100755 --- a/openwire-cpp/src/command/BrokerId.hpp +++ b/openwire-cpp/src/command/BrokerId.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/BrokerInfo.hpp b/openwire-cpp/src/command/BrokerInfo.hpp index 21cc5255e9..410863a67e 100755 --- a/openwire-cpp/src/command/BrokerInfo.hpp +++ b/openwire-cpp/src/command/BrokerInfo.hpp @@ -23,8 +23,8 @@ #include "command/BrokerId.hpp" #include "command/BrokerInfo.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ConnectionError.hpp b/openwire-cpp/src/command/ConnectionError.hpp index a7bf49c933..ba689ca27b 100644 --- a/openwire-cpp/src/command/ConnectionError.hpp +++ b/openwire-cpp/src/command/ConnectionError.hpp @@ -23,8 +23,8 @@ #include "BrokerError.hpp" #include "command/ConnectionId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ConnectionId.hpp b/openwire-cpp/src/command/ConnectionId.hpp index 33d4a6a2d2..129033c55f 100755 --- a/openwire-cpp/src/command/ConnectionId.hpp +++ b/openwire-cpp/src/command/ConnectionId.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ConnectionInfo.hpp b/openwire-cpp/src/command/ConnectionInfo.hpp index 41e960f9ad..2ec10d8903 100755 --- a/openwire-cpp/src/command/ConnectionInfo.hpp +++ b/openwire-cpp/src/command/ConnectionInfo.hpp @@ -23,8 +23,8 @@ #include "command/ConnectionId.hpp" #include "command/BrokerId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ConsumerId.hpp b/openwire-cpp/src/command/ConsumerId.hpp index 9a589e05da..0ad4c03efd 100755 --- a/openwire-cpp/src/command/ConsumerId.hpp +++ b/openwire-cpp/src/command/ConsumerId.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ConsumerInfo.hpp b/openwire-cpp/src/command/ConsumerInfo.hpp index 1fb2ec6fe7..d35ee8979e 100755 --- a/openwire-cpp/src/command/ConsumerInfo.hpp +++ b/openwire-cpp/src/command/ConsumerInfo.hpp @@ -24,8 +24,8 @@ #include "command/ActiveMQDestination.hpp" #include "command/BrokerId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ControlCommand.hpp b/openwire-cpp/src/command/ControlCommand.hpp index f2c9068f1a..28588f887f 100644 --- a/openwire-cpp/src/command/ControlCommand.hpp +++ b/openwire-cpp/src/command/ControlCommand.hpp @@ -21,8 +21,8 @@ #include "command/BaseCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/DataArrayResponse.hpp b/openwire-cpp/src/command/DataArrayResponse.hpp index 658d06b0bd..07a4e874f8 100644 --- a/openwire-cpp/src/command/DataArrayResponse.hpp +++ b/openwire-cpp/src/command/DataArrayResponse.hpp @@ -22,8 +22,8 @@ #include "command/IDataStructure.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/DataResponse.hpp b/openwire-cpp/src/command/DataResponse.hpp index d7d7a1e7f5..b29cb876f5 100644 --- a/openwire-cpp/src/command/DataResponse.hpp +++ b/openwire-cpp/src/command/DataResponse.hpp @@ -22,8 +22,8 @@ #include "command/IDataStructure.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/DestinationInfo.hpp b/openwire-cpp/src/command/DestinationInfo.hpp index a53f9e91e8..8b3a7dc163 100644 --- a/openwire-cpp/src/command/DestinationInfo.hpp +++ b/openwire-cpp/src/command/DestinationInfo.hpp @@ -24,8 +24,8 @@ #include "command/ActiveMQDestination.hpp" #include "command/BrokerId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/DiscoveryEvent.hpp b/openwire-cpp/src/command/DiscoveryEvent.hpp index 70d1084c5b..40922826fb 100644 --- a/openwire-cpp/src/command/DiscoveryEvent.hpp +++ b/openwire-cpp/src/command/DiscoveryEvent.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ExceptionResponse.hpp b/openwire-cpp/src/command/ExceptionResponse.hpp index c2d864eee4..cce24b12c9 100755 --- a/openwire-cpp/src/command/ExceptionResponse.hpp +++ b/openwire-cpp/src/command/ExceptionResponse.hpp @@ -22,8 +22,8 @@ #include "BrokerError.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/FlushCommand.hpp b/openwire-cpp/src/command/FlushCommand.hpp index a0385f2d59..d639fcd885 100644 --- a/openwire-cpp/src/command/FlushCommand.hpp +++ b/openwire-cpp/src/command/FlushCommand.hpp @@ -21,8 +21,8 @@ #include "command/BaseCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/IntegerResponse.hpp b/openwire-cpp/src/command/IntegerResponse.hpp index 6b6d2e5daf..8cc565935a 100644 --- a/openwire-cpp/src/command/IntegerResponse.hpp +++ b/openwire-cpp/src/command/IntegerResponse.hpp @@ -21,8 +21,8 @@ #include "command/Response.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/JournalQueueAck.hpp b/openwire-cpp/src/command/JournalQueueAck.hpp index 0f76aeeb2c..df6fba9cd9 100644 --- a/openwire-cpp/src/command/JournalQueueAck.hpp +++ b/openwire-cpp/src/command/JournalQueueAck.hpp @@ -23,8 +23,8 @@ #include "command/ActiveMQDestination.hpp" #include "command/MessageAck.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/JournalTopicAck.hpp b/openwire-cpp/src/command/JournalTopicAck.hpp index e8cf61bf78..926bc54885 100644 --- a/openwire-cpp/src/command/JournalTopicAck.hpp +++ b/openwire-cpp/src/command/JournalTopicAck.hpp @@ -24,8 +24,8 @@ #include "command/MessageId.hpp" #include "command/TransactionId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/JournalTrace.hpp b/openwire-cpp/src/command/JournalTrace.hpp index 89c8edaed7..a6b20de3a7 100644 --- a/openwire-cpp/src/command/JournalTrace.hpp +++ b/openwire-cpp/src/command/JournalTrace.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/JournalTransaction.hpp b/openwire-cpp/src/command/JournalTransaction.hpp index 93bc622a32..4197470c0b 100644 --- a/openwire-cpp/src/command/JournalTransaction.hpp +++ b/openwire-cpp/src/command/JournalTransaction.hpp @@ -22,8 +22,8 @@ #include "command/TransactionId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/KeepAliveInfo.hpp b/openwire-cpp/src/command/KeepAliveInfo.hpp index bdbceb6e27..6eb1f906e5 100644 --- a/openwire-cpp/src/command/KeepAliveInfo.hpp +++ b/openwire-cpp/src/command/KeepAliveInfo.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/LocalTransactionId.hpp b/openwire-cpp/src/command/LocalTransactionId.hpp index 5c4dbd36d6..aebb78b5ff 100644 --- a/openwire-cpp/src/command/LocalTransactionId.hpp +++ b/openwire-cpp/src/command/LocalTransactionId.hpp @@ -22,8 +22,8 @@ #include "command/ConnectionId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/Message.hpp b/openwire-cpp/src/command/Message.hpp index 0d95f452c4..8e2e2ed345 100755 --- a/openwire-cpp/src/command/Message.hpp +++ b/openwire-cpp/src/command/Message.hpp @@ -31,8 +31,8 @@ #include "command/ConsumerId.hpp" #include "command/BrokerId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/MessageAck.hpp b/openwire-cpp/src/command/MessageAck.hpp index 7f9d1763a8..57eb841f4a 100755 --- a/openwire-cpp/src/command/MessageAck.hpp +++ b/openwire-cpp/src/command/MessageAck.hpp @@ -26,8 +26,8 @@ #include "command/MessageId.hpp" #include "command/MessageId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/MessageDispatch.hpp b/openwire-cpp/src/command/MessageDispatch.hpp index 12b2ae2fe4..1883ed2638 100644 --- a/openwire-cpp/src/command/MessageDispatch.hpp +++ b/openwire-cpp/src/command/MessageDispatch.hpp @@ -24,8 +24,8 @@ #include "command/ActiveMQDestination.hpp" #include "command/Message.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/MessageDispatchNotification.hpp b/openwire-cpp/src/command/MessageDispatchNotification.hpp index 68d3fd66bb..4622022fb8 100644 --- a/openwire-cpp/src/command/MessageDispatchNotification.hpp +++ b/openwire-cpp/src/command/MessageDispatchNotification.hpp @@ -24,8 +24,8 @@ #include "command/ActiveMQDestination.hpp" #include "command/MessageId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/MessageId.hpp b/openwire-cpp/src/command/MessageId.hpp index 9bc119d8a9..5a88a6525a 100644 --- a/openwire-cpp/src/command/MessageId.hpp +++ b/openwire-cpp/src/command/MessageId.hpp @@ -22,8 +22,8 @@ #include "command/ProducerId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ProducerId.hpp b/openwire-cpp/src/command/ProducerId.hpp index d8ba70237e..736c7e0c2a 100755 --- a/openwire-cpp/src/command/ProducerId.hpp +++ b/openwire-cpp/src/command/ProducerId.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ProducerInfo.hpp b/openwire-cpp/src/command/ProducerInfo.hpp index b40ea34cd4..094604fe01 100755 --- a/openwire-cpp/src/command/ProducerInfo.hpp +++ b/openwire-cpp/src/command/ProducerInfo.hpp @@ -24,8 +24,8 @@ #include "command/ActiveMQDestination.hpp" #include "command/BrokerId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/RemoveInfo.hpp b/openwire-cpp/src/command/RemoveInfo.hpp index ef33798d02..7bbe0d9520 100755 --- a/openwire-cpp/src/command/RemoveInfo.hpp +++ b/openwire-cpp/src/command/RemoveInfo.hpp @@ -22,8 +22,8 @@ #include "command/IDataStructure.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/RemoveSubscriptionInfo.hpp b/openwire-cpp/src/command/RemoveSubscriptionInfo.hpp index 69b37c8b73..6895460f5d 100644 --- a/openwire-cpp/src/command/RemoveSubscriptionInfo.hpp +++ b/openwire-cpp/src/command/RemoveSubscriptionInfo.hpp @@ -22,8 +22,8 @@ #include "command/ConnectionId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/Response.hpp b/openwire-cpp/src/command/Response.hpp index 671ea51c66..ee68004e7e 100755 --- a/openwire-cpp/src/command/Response.hpp +++ b/openwire-cpp/src/command/Response.hpp @@ -21,8 +21,8 @@ #include "command/BaseCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/SessionId.hpp b/openwire-cpp/src/command/SessionId.hpp index b61f5ad8f2..475e723c2f 100755 --- a/openwire-cpp/src/command/SessionId.hpp +++ b/openwire-cpp/src/command/SessionId.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/SessionInfo.hpp b/openwire-cpp/src/command/SessionInfo.hpp index 47814af4ed..f7301317f7 100755 --- a/openwire-cpp/src/command/SessionInfo.hpp +++ b/openwire-cpp/src/command/SessionInfo.hpp @@ -22,8 +22,8 @@ #include "command/SessionId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/ShutdownInfo.hpp b/openwire-cpp/src/command/ShutdownInfo.hpp index c71d5ba3a6..ba843c9de2 100644 --- a/openwire-cpp/src/command/ShutdownInfo.hpp +++ b/openwire-cpp/src/command/ShutdownInfo.hpp @@ -21,8 +21,8 @@ #include "command/BaseCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/SubscriptionInfo.hpp b/openwire-cpp/src/command/SubscriptionInfo.hpp index f93e3542cd..1cbca2bafe 100644 --- a/openwire-cpp/src/command/SubscriptionInfo.hpp +++ b/openwire-cpp/src/command/SubscriptionInfo.hpp @@ -22,8 +22,8 @@ #include "command/ActiveMQDestination.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/TransactionId.hpp b/openwire-cpp/src/command/TransactionId.hpp index 520c6b044a..348525a289 100644 --- a/openwire-cpp/src/command/TransactionId.hpp +++ b/openwire-cpp/src/command/TransactionId.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/TransactionInfo.hpp b/openwire-cpp/src/command/TransactionInfo.hpp index d59f3f45a8..3efd50b574 100644 --- a/openwire-cpp/src/command/TransactionInfo.hpp +++ b/openwire-cpp/src/command/TransactionInfo.hpp @@ -23,8 +23,8 @@ #include "command/ConnectionId.hpp" #include "command/TransactionId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/WireFormatInfo.hpp b/openwire-cpp/src/command/WireFormatInfo.hpp index aad68eb333..9226ecd674 100644 --- a/openwire-cpp/src/command/WireFormatInfo.hpp +++ b/openwire-cpp/src/command/WireFormatInfo.hpp @@ -21,8 +21,8 @@ #include "command/AbstractCommand.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/command/XATransactionId.hpp b/openwire-cpp/src/command/XATransactionId.hpp index 2b30f6ac98..b1a61f564b 100644 --- a/openwire-cpp/src/command/XATransactionId.hpp +++ b/openwire-cpp/src/command/XATransactionId.hpp @@ -21,8 +21,8 @@ #include "command/TransactionId.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/io/BinaryReader.hpp b/openwire-cpp/src/io/BinaryReader.hpp index 74b6a3d41a..1274992b24 100755 --- a/openwire-cpp/src/io/BinaryReader.hpp +++ b/openwire-cpp/src/io/BinaryReader.hpp @@ -19,7 +19,7 @@ #include "util/Endian.hpp" #include "io/IReader.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/io/BinaryWriter.hpp b/openwire-cpp/src/io/BinaryWriter.hpp index 817b164cec..8506e1114c 100755 --- a/openwire-cpp/src/io/BinaryWriter.hpp +++ b/openwire-cpp/src/io/BinaryWriter.hpp @@ -19,7 +19,7 @@ #include "util/Endian.hpp" #include "io/IWriter.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/io/IReader.hpp b/openwire-cpp/src/io/IReader.hpp index abd14df712..836ef7dffa 100755 --- a/openwire-cpp/src/io/IReader.hpp +++ b/openwire-cpp/src/io/IReader.hpp @@ -24,7 +24,7 @@ #include #include "io/IOException.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/io/IWriter.hpp b/openwire-cpp/src/io/IWriter.hpp index d23efe571e..09a4ac9719 100755 --- a/openwire-cpp/src/io/IWriter.hpp +++ b/openwire-cpp/src/io/IWriter.hpp @@ -24,7 +24,7 @@ #include #include "io/IOException.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/io/SocketBinaryReader.hpp b/openwire-cpp/src/io/SocketBinaryReader.hpp index 53816831ae..8ff92ebc3c 100755 --- a/openwire-cpp/src/io/SocketBinaryReader.hpp +++ b/openwire-cpp/src/io/SocketBinaryReader.hpp @@ -19,7 +19,7 @@ #include #include "io/BinaryReader.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/io/SocketBinaryWriter.hpp b/openwire-cpp/src/io/SocketBinaryWriter.hpp index 48550371f5..a6e1de17ad 100755 --- a/openwire-cpp/src/io/SocketBinaryWriter.hpp +++ b/openwire-cpp/src/io/SocketBinaryWriter.hpp @@ -19,7 +19,7 @@ #include #include "io/BinaryWriter.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/AbstractCommandMarshaller.hpp b/openwire-cpp/src/marshal/AbstractCommandMarshaller.hpp index 35fe741b65..120e36247b 100755 --- a/openwire-cpp/src/marshal/AbstractCommandMarshaller.hpp +++ b/openwire-cpp/src/marshal/AbstractCommandMarshaller.hpp @@ -26,7 +26,7 @@ #include "io/BinaryReader.hpp" #include "io/BinaryWriter.hpp" #include "marshal/CommandMarshallerRegistry.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" #include "util/ifr/ap" namespace apache diff --git a/openwire-cpp/src/marshal/ActiveMQBytesMessageMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQBytesMessageMarshaller.hpp index a9e81d57ab..8feffb34fb 100644 --- a/openwire-cpp/src/marshal/ActiveMQBytesMessageMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQBytesMessageMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQDestinationMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQDestinationMarshaller.hpp index 06577be2ed..0bc8972b6c 100644 --- a/openwire-cpp/src/marshal/ActiveMQDestinationMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQDestinationMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQMapMessageMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQMapMessageMarshaller.hpp index af94909390..e71c616a23 100644 --- a/openwire-cpp/src/marshal/ActiveMQMapMessageMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQMapMessageMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQMessageMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQMessageMarshaller.hpp index 77dd08a848..a0487deda4 100644 --- a/openwire-cpp/src/marshal/ActiveMQMessageMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQMessageMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/MessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQObjectMessageMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQObjectMessageMarshaller.hpp index 12c47051b7..1f9df3e2b4 100644 --- a/openwire-cpp/src/marshal/ActiveMQObjectMessageMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQObjectMessageMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQQueueMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQQueueMarshaller.hpp index c8744e417e..38d546cd56 100644 --- a/openwire-cpp/src/marshal/ActiveMQQueueMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQQueueMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQStreamMessageMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQStreamMessageMarshaller.hpp index 7c2e189445..039ddf7dde 100644 --- a/openwire-cpp/src/marshal/ActiveMQStreamMessageMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQStreamMessageMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQTempDestinationMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQTempDestinationMarshaller.hpp index 91453e9236..37a95039d8 100644 --- a/openwire-cpp/src/marshal/ActiveMQTempDestinationMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQTempDestinationMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQTempQueueMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQTempQueueMarshaller.hpp index 11ac30f41c..d624552c92 100644 --- a/openwire-cpp/src/marshal/ActiveMQTempQueueMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQTempQueueMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQTempDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQTempTopicMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQTempTopicMarshaller.hpp index 86771a9595..92ab5206e8 100644 --- a/openwire-cpp/src/marshal/ActiveMQTempTopicMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQTempTopicMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQTempDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQTextMessageMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQTextMessageMarshaller.hpp index 326ffd003c..9c31628782 100644 --- a/openwire-cpp/src/marshal/ActiveMQTextMessageMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQTextMessageMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ActiveMQTopicMarshaller.hpp b/openwire-cpp/src/marshal/ActiveMQTopicMarshaller.hpp index 2eaadd7a3f..e6bc19e9a6 100644 --- a/openwire-cpp/src/marshal/ActiveMQTopicMarshaller.hpp +++ b/openwire-cpp/src/marshal/ActiveMQTopicMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/BaseCommandMarshaller.hpp b/openwire-cpp/src/marshal/BaseCommandMarshaller.hpp index e62c8b8acd..a06f8044c8 100644 --- a/openwire-cpp/src/marshal/BaseCommandMarshaller.hpp +++ b/openwire-cpp/src/marshal/BaseCommandMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/BrokerIdMarshaller.hpp b/openwire-cpp/src/marshal/BrokerIdMarshaller.hpp index 9528ce48bb..a5608a2368 100755 --- a/openwire-cpp/src/marshal/BrokerIdMarshaller.hpp +++ b/openwire-cpp/src/marshal/BrokerIdMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/BrokerInfoMarshaller.hpp b/openwire-cpp/src/marshal/BrokerInfoMarshaller.hpp index 4357748374..9e5c8a2c9f 100755 --- a/openwire-cpp/src/marshal/BrokerInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/BrokerInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/CommandMarshallerRegistry.hpp b/openwire-cpp/src/marshal/CommandMarshallerRegistry.hpp index 86f99cac67..63ced0f646 100755 --- a/openwire-cpp/src/marshal/CommandMarshallerRegistry.hpp +++ b/openwire-cpp/src/marshal/CommandMarshallerRegistry.hpp @@ -20,7 +20,7 @@ #include "command/ICommand.hpp" #include "io/BinaryReader.hpp" #include "io/BinaryWriter.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ConnectionErrorMarshaller.hpp b/openwire-cpp/src/marshal/ConnectionErrorMarshaller.hpp index d3a8c2947a..542a42b182 100644 --- a/openwire-cpp/src/marshal/ConnectionErrorMarshaller.hpp +++ b/openwire-cpp/src/marshal/ConnectionErrorMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ConnectionIdMarshaller.hpp b/openwire-cpp/src/marshal/ConnectionIdMarshaller.hpp index b1abcd2395..f4ede17b68 100644 --- a/openwire-cpp/src/marshal/ConnectionIdMarshaller.hpp +++ b/openwire-cpp/src/marshal/ConnectionIdMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ConnectionInfoMarshaller.hpp b/openwire-cpp/src/marshal/ConnectionInfoMarshaller.hpp index c620911795..943d6bb232 100644 --- a/openwire-cpp/src/marshal/ConnectionInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/ConnectionInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ConsumerIdMarshaller.hpp b/openwire-cpp/src/marshal/ConsumerIdMarshaller.hpp index 72c40ea2fb..479b952164 100644 --- a/openwire-cpp/src/marshal/ConsumerIdMarshaller.hpp +++ b/openwire-cpp/src/marshal/ConsumerIdMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ConsumerInfoMarshaller.hpp b/openwire-cpp/src/marshal/ConsumerInfoMarshaller.hpp index 4612a0c487..3fef60ae68 100644 --- a/openwire-cpp/src/marshal/ConsumerInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/ConsumerInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ControlCommandMarshaller.hpp b/openwire-cpp/src/marshal/ControlCommandMarshaller.hpp index f045bc6c67..445fc852e4 100644 --- a/openwire-cpp/src/marshal/ControlCommandMarshaller.hpp +++ b/openwire-cpp/src/marshal/ControlCommandMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/DataArrayResponseMarshaller.hpp b/openwire-cpp/src/marshal/DataArrayResponseMarshaller.hpp index 36c290dad7..876ab4ecca 100644 --- a/openwire-cpp/src/marshal/DataArrayResponseMarshaller.hpp +++ b/openwire-cpp/src/marshal/DataArrayResponseMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ResponseMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/DataResponseMarshaller.hpp b/openwire-cpp/src/marshal/DataResponseMarshaller.hpp index 4ebc0f9176..69fd75bf2a 100644 --- a/openwire-cpp/src/marshal/DataResponseMarshaller.hpp +++ b/openwire-cpp/src/marshal/DataResponseMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ResponseMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/DestinationInfoMarshaller.hpp b/openwire-cpp/src/marshal/DestinationInfoMarshaller.hpp index 019bda56ad..f20ea5fe93 100644 --- a/openwire-cpp/src/marshal/DestinationInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/DestinationInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/DiscoveryEventMarshaller.hpp b/openwire-cpp/src/marshal/DiscoveryEventMarshaller.hpp index 9053e3f3f7..47c7e075e0 100644 --- a/openwire-cpp/src/marshal/DiscoveryEventMarshaller.hpp +++ b/openwire-cpp/src/marshal/DiscoveryEventMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ExceptionResponseMarshaller.hpp b/openwire-cpp/src/marshal/ExceptionResponseMarshaller.hpp index 7e7f2c205c..f729232a9d 100644 --- a/openwire-cpp/src/marshal/ExceptionResponseMarshaller.hpp +++ b/openwire-cpp/src/marshal/ExceptionResponseMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ResponseMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/FlushCommandMarshaller.hpp b/openwire-cpp/src/marshal/FlushCommandMarshaller.hpp index 9d05b86982..d9445e34a4 100644 --- a/openwire-cpp/src/marshal/FlushCommandMarshaller.hpp +++ b/openwire-cpp/src/marshal/FlushCommandMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/IntegerResponseMarshaller.hpp b/openwire-cpp/src/marshal/IntegerResponseMarshaller.hpp index 0d037eba9e..0c0a014351 100644 --- a/openwire-cpp/src/marshal/IntegerResponseMarshaller.hpp +++ b/openwire-cpp/src/marshal/IntegerResponseMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ResponseMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/JournalQueueAckMarshaller.hpp b/openwire-cpp/src/marshal/JournalQueueAckMarshaller.hpp index d15cb99c44..1b12deab11 100644 --- a/openwire-cpp/src/marshal/JournalQueueAckMarshaller.hpp +++ b/openwire-cpp/src/marshal/JournalQueueAckMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/JournalTopicAckMarshaller.hpp b/openwire-cpp/src/marshal/JournalTopicAckMarshaller.hpp index 900ce8dd4a..a50592547b 100644 --- a/openwire-cpp/src/marshal/JournalTopicAckMarshaller.hpp +++ b/openwire-cpp/src/marshal/JournalTopicAckMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/JournalTraceMarshaller.hpp b/openwire-cpp/src/marshal/JournalTraceMarshaller.hpp index 575bfe4333..fea0389821 100644 --- a/openwire-cpp/src/marshal/JournalTraceMarshaller.hpp +++ b/openwire-cpp/src/marshal/JournalTraceMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/JournalTransactionMarshaller.hpp b/openwire-cpp/src/marshal/JournalTransactionMarshaller.hpp index ffa6debe17..d4a5990a0a 100644 --- a/openwire-cpp/src/marshal/JournalTransactionMarshaller.hpp +++ b/openwire-cpp/src/marshal/JournalTransactionMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/KeepAliveInfoMarshaller.hpp b/openwire-cpp/src/marshal/KeepAliveInfoMarshaller.hpp index 86d433b8c3..6a4be2b314 100644 --- a/openwire-cpp/src/marshal/KeepAliveInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/KeepAliveInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/LocalTransactionIdMarshaller.hpp b/openwire-cpp/src/marshal/LocalTransactionIdMarshaller.hpp index 3148d48d1a..917865c84b 100644 --- a/openwire-cpp/src/marshal/LocalTransactionIdMarshaller.hpp +++ b/openwire-cpp/src/marshal/LocalTransactionIdMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/TransactionIdMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/MessageAckMarshaller.hpp b/openwire-cpp/src/marshal/MessageAckMarshaller.hpp index 8aa0859c42..c0cb3c9372 100644 --- a/openwire-cpp/src/marshal/MessageAckMarshaller.hpp +++ b/openwire-cpp/src/marshal/MessageAckMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/MessageDispatchMarshaller.hpp b/openwire-cpp/src/marshal/MessageDispatchMarshaller.hpp index ee481f7a25..caff68dfa1 100644 --- a/openwire-cpp/src/marshal/MessageDispatchMarshaller.hpp +++ b/openwire-cpp/src/marshal/MessageDispatchMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/MessageDispatchNotificationMarshaller.hpp b/openwire-cpp/src/marshal/MessageDispatchNotificationMarshaller.hpp index 00d7b85c57..a0a75d372e 100644 --- a/openwire-cpp/src/marshal/MessageDispatchNotificationMarshaller.hpp +++ b/openwire-cpp/src/marshal/MessageDispatchNotificationMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/MessageIdMarshaller.hpp b/openwire-cpp/src/marshal/MessageIdMarshaller.hpp index c4dc063429..83e8b4baef 100644 --- a/openwire-cpp/src/marshal/MessageIdMarshaller.hpp +++ b/openwire-cpp/src/marshal/MessageIdMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/MessageMarshaller.hpp b/openwire-cpp/src/marshal/MessageMarshaller.hpp index e2ece286fe..73f29c8082 100644 --- a/openwire-cpp/src/marshal/MessageMarshaller.hpp +++ b/openwire-cpp/src/marshal/MessageMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ProducerIdMarshaller.hpp b/openwire-cpp/src/marshal/ProducerIdMarshaller.hpp index a4b4d99545..fd9cc028a5 100644 --- a/openwire-cpp/src/marshal/ProducerIdMarshaller.hpp +++ b/openwire-cpp/src/marshal/ProducerIdMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ProducerInfoMarshaller.hpp b/openwire-cpp/src/marshal/ProducerInfoMarshaller.hpp index 89ef3096de..681eb9c311 100644 --- a/openwire-cpp/src/marshal/ProducerInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/ProducerInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/RemoveInfoMarshaller.hpp b/openwire-cpp/src/marshal/RemoveInfoMarshaller.hpp index 3ec06be47c..bff981ded3 100644 --- a/openwire-cpp/src/marshal/RemoveInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/RemoveInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/RemoveSubscriptionInfoMarshaller.hpp b/openwire-cpp/src/marshal/RemoveSubscriptionInfoMarshaller.hpp index 08e827db06..075a18e13a 100644 --- a/openwire-cpp/src/marshal/RemoveSubscriptionInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/RemoveSubscriptionInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ResponseMarshaller.hpp b/openwire-cpp/src/marshal/ResponseMarshaller.hpp index 0e67ddcd6a..45f3fd1936 100644 --- a/openwire-cpp/src/marshal/ResponseMarshaller.hpp +++ b/openwire-cpp/src/marshal/ResponseMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/SessionIdMarshaller.hpp b/openwire-cpp/src/marshal/SessionIdMarshaller.hpp index c1df86b384..f5de90561d 100644 --- a/openwire-cpp/src/marshal/SessionIdMarshaller.hpp +++ b/openwire-cpp/src/marshal/SessionIdMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/SessionInfoMarshaller.hpp b/openwire-cpp/src/marshal/SessionInfoMarshaller.hpp index 78779c2620..67458a2d36 100644 --- a/openwire-cpp/src/marshal/SessionInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/SessionInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/ShutdownInfoMarshaller.hpp b/openwire-cpp/src/marshal/ShutdownInfoMarshaller.hpp index 8e4bcf39ad..f1a443d553 100644 --- a/openwire-cpp/src/marshal/ShutdownInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/ShutdownInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/SubscriptionInfoMarshaller.hpp b/openwire-cpp/src/marshal/SubscriptionInfoMarshaller.hpp index e20f4cc1b6..51aabadb52 100644 --- a/openwire-cpp/src/marshal/SubscriptionInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/SubscriptionInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/TransactionIdMarshaller.hpp b/openwire-cpp/src/marshal/TransactionIdMarshaller.hpp index c2778b6adf..463423574b 100644 --- a/openwire-cpp/src/marshal/TransactionIdMarshaller.hpp +++ b/openwire-cpp/src/marshal/TransactionIdMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/TransactionInfoMarshaller.hpp b/openwire-cpp/src/marshal/TransactionInfoMarshaller.hpp index 237ee69044..e0c46bcf66 100644 --- a/openwire-cpp/src/marshal/TransactionInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/TransactionInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/WireFormatInfoMarshaller.hpp b/openwire-cpp/src/marshal/WireFormatInfoMarshaller.hpp index ebf4c10bba..898734aea1 100644 --- a/openwire-cpp/src/marshal/WireFormatInfoMarshaller.hpp +++ b/openwire-cpp/src/marshal/WireFormatInfoMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/marshal/XATransactionIdMarshaller.hpp b/openwire-cpp/src/marshal/XATransactionIdMarshaller.hpp index a2fdebdf60..7c6201fef1 100644 --- a/openwire-cpp/src/marshal/XATransactionIdMarshaller.hpp +++ b/openwire-cpp/src/marshal/XATransactionIdMarshaller.hpp @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/TransactionIdMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/transport/ITransport.hpp b/openwire-cpp/src/transport/ITransport.hpp index 3876809812..4ca8e53c97 100755 --- a/openwire-cpp/src/transport/ITransport.hpp +++ b/openwire-cpp/src/transport/ITransport.hpp @@ -20,7 +20,7 @@ #include "command/ICommand.hpp" #include "command/Response.hpp" #include "FutureResponse.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/transport/SocketTransport.hpp b/openwire-cpp/src/transport/SocketTransport.hpp index 8aa0e21e88..fda407726d 100755 --- a/openwire-cpp/src/transport/SocketTransport.hpp +++ b/openwire-cpp/src/transport/SocketTransport.hpp @@ -38,7 +38,7 @@ #include "marshal/CommandMarshallerRegistry.hpp" #include "transport/ITransport.hpp" #include "util/SimpleMutex.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { diff --git a/openwire-cpp/src/util/Endian.hpp b/openwire-cpp/src/util/Endian.hpp index 2fd1512eb4..3105080f84 100755 --- a/openwire-cpp/src/util/Endian.hpp +++ b/openwire-cpp/src/util/Endian.hpp @@ -28,16 +28,36 @@ // Macros and helpers for endian conversion #if APR_IS_BIGENDIAN -#define htons(x) x -#define htoni(x) x -#define htonl(x) x -#define htonf(x) x -#define htond(x) x -#define ntohs(x) x -#define ntohi(x) x -#define ntohl(x) x -#define ntohf(x) x -#define ntohd(x) x +#if !defined(htons) + #define htons(x) x +#endif +#if !defined(htoni) + #define htoni(x) x +#endif +#if !defined(htonl) + #define htonl(x) x +#endif +#if !defined(htonf) + #define htonf(x) x +#endif +#if !defined(htond) + #define htond(x) x +#endif +#if !defined(ntohs) + #define ntohs(x) x +#endif +#if !defined(ntohi) + #define ntohi(x) x +#endif +#if !defined(ntohl) + #define ntohl(x) x +#endif +#if !defined(ntohf) + #define ntohf(x) x +#endif +#if !defined(ntohd) + #define ntohd(x) x +#endif #else #define htons(x) \ ( x << 8 ) & 0xFF00 | \ diff --git a/openwire-cpp/src/util/Guid.hpp b/openwire-cpp/src/util/Guid.hpp index 2e5f2ec772..be45b64ad0 100755 --- a/openwire-cpp/src/util/Guid.hpp +++ b/openwire-cpp/src/util/Guid.hpp @@ -18,7 +18,7 @@ #define Guid_hpp_ #include -#include +#include "util/ifr/p.hpp" #if (defined(__unix__) || defined(unix)) && !defined(USG) #include diff --git a/openwire-cpp/src/util/MapItemHolder.hpp b/openwire-cpp/src/util/MapItemHolder.hpp index 6412a9bab3..6cdb78cfc8 100644 --- a/openwire-cpp/src/util/MapItemHolder.hpp +++ b/openwire-cpp/src/util/MapItemHolder.hpp @@ -20,8 +20,8 @@ #include #include "command/ActiveMQDestination.hpp" #include "util/ConversionException.hpp" -#include "util/ifr/ap" -#include "util/ifr/p" +#include "util/ifr/ap.hpp" +#include "util/ifr/p/hpp" // Turn off warning message for ignored exception specification #ifdef _MSC_VER diff --git a/openwire-cpp/src/util/ifr/v1/ap.hpp b/openwire-cpp/src/util/ifr/ap.hpp similarity index 95% rename from openwire-cpp/src/util/ifr/v1/ap.hpp rename to openwire-cpp/src/util/ifr/ap.hpp index 53425263d7..24a6a01d44 100755 --- a/openwire-cpp/src/util/ifr/v1/ap.hpp +++ b/openwire-cpp/src/util/ifr/ap.hpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include "util/ifr/p.hpp" namespace ifr { namespace v1 { @@ -72,8 +72,7 @@ public: return a->array_[pos]; } const p& operator [] (size_t pos) const { - return array_[pos]; - } + } size_t size() const { return a->size_; } diff --git a/openwire-cpp/src/util/ifr/v1/atomic.hpp b/openwire-cpp/src/util/ifr/atomic.hpp similarity index 100% rename from openwire-cpp/src/util/ifr/v1/atomic.hpp rename to openwire-cpp/src/util/ifr/atomic.hpp diff --git a/openwire-cpp/src/util/ifr/v1/namespace.hpp b/openwire-cpp/src/util/ifr/namespace.hpp similarity index 100% rename from openwire-cpp/src/util/ifr/v1/namespace.hpp rename to openwire-cpp/src/util/ifr/namespace.hpp diff --git a/openwire-cpp/src/util/ifr/v1/p.hpp b/openwire-cpp/src/util/ifr/p.hpp similarity index 100% rename from openwire-cpp/src/util/ifr/v1/p.hpp rename to openwire-cpp/src/util/ifr/p.hpp diff --git a/openwire-cpp/src/util/ifr/v1/platform.hpp b/openwire-cpp/src/util/ifr/platform.hpp similarity index 100% rename from openwire-cpp/src/util/ifr/v1/platform.hpp rename to openwire-cpp/src/util/ifr/platform.hpp