You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/03/03 01:40:49 UTC

svn commit: r382590 [1/3] - in /incubator/activemq/trunk/openwire-cpp: openwire-cpp.xcodeproj/ src/ src/command/ src/io/ src/marshal/ src/transport/ src/util/ src/util/ifr/ src/util/ifr/v1/

Author: chirino
Date: Thu Mar  2 16:40:41 2006
New Revision: 382590

URL: http://svn.apache.org/viewcvs?rev=382590&view=rev
Log:
Added xcode project files and modifed includes so that they would work for me on OS X,
still getting some compile errors tho.

Added:
    incubator/activemq/trunk/openwire-cpp/openwire-cpp.xcodeproj/
    incubator/activemq/trunk/openwire-cpp/openwire-cpp.xcodeproj/project.pbxproj   (with props)
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/ap.hpp   (contents, props changed)
      - copied, changed from r382462, incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/ap.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/atomic.hpp   (props changed)
      - copied unchanged from r382462, incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/atomic.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/namespace.hpp   (props changed)
      - copied unchanged from r382462, incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/namespace.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/p.hpp   (props changed)
      - copied unchanged from r382462, incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/p.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/platform.hpp   (props changed)
      - copied unchanged from r382462, incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/platform.hpp
Removed:
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/ap.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/atomic.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/namespace.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/p.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/platform.hpp
Modified:
    incubator/activemq/trunk/openwire-cpp/src/BrokerError.hpp
    incubator/activemq/trunk/openwire-cpp/src/BrokerException.hpp
    incubator/activemq/trunk/openwire-cpp/src/FutureResponse.hpp
    incubator/activemq/trunk/openwire-cpp/src/OpenWireException.hpp
    incubator/activemq/trunk/openwire-cpp/src/TraceException.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/AbstractCommand.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQBytesMessage.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMapMessage.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMessage.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQObjectMessage.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/BaseCommand.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/BrokerId.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/BrokerInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ConnectionError.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ConnectionId.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ConnectionInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ConsumerId.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ConsumerInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ControlCommand.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/DataArrayResponse.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/DataResponse.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/DestinationInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/DiscoveryEvent.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ExceptionResponse.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/FlushCommand.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/IntegerResponse.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/JournalQueueAck.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/JournalTopicAck.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/JournalTrace.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/JournalTransaction.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/KeepAliveInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/LocalTransactionId.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/Message.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/MessageAck.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatch.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatchNotification.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/MessageId.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ProducerId.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ProducerInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/RemoveInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/RemoveSubscriptionInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/Response.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/SessionId.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/SessionInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/ShutdownInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/SubscriptionInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/TransactionId.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/TransactionInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/WireFormatInfo.hpp
    incubator/activemq/trunk/openwire-cpp/src/command/XATransactionId.hpp
    incubator/activemq/trunk/openwire-cpp/src/io/BinaryReader.hpp
    incubator/activemq/trunk/openwire-cpp/src/io/BinaryWriter.hpp
    incubator/activemq/trunk/openwire-cpp/src/io/IReader.hpp
    incubator/activemq/trunk/openwire-cpp/src/io/IWriter.hpp
    incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryReader.hpp
    incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryWriter.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/AbstractCommandMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQBytesMessageMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQDestinationMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMapMessageMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMessageMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQObjectMessageMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQQueueMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQStreamMessageMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempDestinationMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempQueueMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempTopicMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTextMessageMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTopicMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/BaseCommandMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerIdMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/CommandMarshallerRegistry.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionErrorMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionIdMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerIdMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ControlCommandMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/DataArrayResponseMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/DataResponseMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/DestinationInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/DiscoveryEventMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ExceptionResponseMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/FlushCommandMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/IntegerResponseMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/JournalQueueAckMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTopicAckMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTraceMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTransactionMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/KeepAliveInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/LocalTransactionIdMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/MessageAckMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchNotificationMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/MessageIdMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/MessageMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerIdMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveSubscriptionInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ResponseMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/SessionIdMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/SessionInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/ShutdownInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/SubscriptionInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionIdMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/WireFormatInfoMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/marshal/XATransactionIdMarshaller.hpp
    incubator/activemq/trunk/openwire-cpp/src/transport/ITransport.hpp
    incubator/activemq/trunk/openwire-cpp/src/transport/SocketTransport.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/Endian.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/Guid.hpp
    incubator/activemq/trunk/openwire-cpp/src/util/MapItemHolder.hpp