From activemq-commits-return-874-apmail-geronimo-activemq-commits-archive=geronimo.apache.org@geronimo.apache.org Fri Mar 03 00:41:37 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 14458 invoked from network); 3 Mar 2006 00:41:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 00:41:37 -0000 Received: (qmail 81666 invoked by uid 500); 3 Mar 2006 00:42:23 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 81631 invoked by uid 500); 3 Mar 2006 00:42:22 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 81598 invoked by uid 99); 3 Mar 2006 00:42:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 16:42:22 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Mar 2006 16:42:19 -0800 Received: (qmail 14271 invoked by uid 65534); 3 Mar 2006 00:41:11 -0000 Message-ID: <20060303004111.14270.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r382590 [3/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/ Date: Fri, 03 Mar 2006 00:40:49 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Propchange: incubator/activemq/trunk/openwire-cpp/openwire-cpp.xcodeproj/project.pbxproj ------------------------------------------------------------------------------ svn:executable = * Modified: incubator/activemq/trunk/openwire-cpp/src/BrokerError.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/BrokerError.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/BrokerError.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/BrokerError.hpp Thu Mar 2 16:40:41 2006 @@ -17,8 +17,9 @@ #ifndef BrokerError_hpp_ #define BrokerError_hpp_ +#include "util/ifr/p.hpp" + #include -#include "util/ifr/p" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/BrokerException.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/BrokerException.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/BrokerException.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/BrokerException.hpp Thu Mar 2 16:40:41 2006 @@ -20,7 +20,7 @@ #include #include "BrokerError.hpp" #include "OpenWireException.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/FutureResponse.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/FutureResponse.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/FutureResponse.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/FutureResponse.hpp Thu Mar 2 16:40:41 2006 @@ -19,7 +19,7 @@ #include #include "command/Response.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/OpenWireException.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/OpenWireException.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/OpenWireException.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/OpenWireException.hpp Thu Mar 2 16:40:41 2006 @@ -26,6 +26,8 @@ namespace client { + using namespace std ; + /* * */ @@ -33,7 +35,7 @@ { public: OpenWireException(const char* message) ; - ~OpenWireException() ; + virtual ~OpenWireException() throw(); } ; /* namespace */ Modified: incubator/activemq/trunk/openwire-cpp/src/TraceException.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/TraceException.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/TraceException.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/TraceException.hpp Thu Mar 2 16:40:41 2006 @@ -19,7 +19,7 @@ #include #include -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/command/AbstractCommand.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/AbstractCommand.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/AbstractCommand.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/AbstractCommand.hpp Thu Mar 2 16:40:41 2006 @@ -19,7 +19,7 @@ #include #include "command/ICommand.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQBytesMessage.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQBytesMessage.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQBytesMessage.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQBytesMessage.hpp Thu Mar 2 16:40:41 2006 @@ -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 Modified: incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMapMessage.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMapMessage.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMapMessage.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMapMessage.hpp Thu Mar 2 16:40:41 2006 @@ -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 Modified: incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMessage.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMessage.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMessage.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQMessage.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQObjectMessage.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQObjectMessage.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQObjectMessage.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ActiveMQObjectMessage.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/BaseCommand.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/BaseCommand.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/BaseCommand.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/BaseCommand.hpp Thu Mar 2 16:40:41 2006 @@ -19,7 +19,7 @@ #include #include "command/AbstractCommand.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/command/BrokerId.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/BrokerId.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/BrokerId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/BrokerId.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/BrokerInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/BrokerInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/BrokerInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/BrokerInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ConnectionError.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ConnectionError.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ConnectionError.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ConnectionError.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ConnectionId.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ConnectionId.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ConnectionId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ConnectionId.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ConnectionInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ConnectionInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ConnectionInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ConnectionInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ConsumerId.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ConsumerId.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ConsumerId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ConsumerId.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ConsumerInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ConsumerInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ConsumerInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ConsumerInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ControlCommand.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ControlCommand.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ControlCommand.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ControlCommand.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/DataArrayResponse.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/DataArrayResponse.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/DataArrayResponse.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/DataArrayResponse.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/DataResponse.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/DataResponse.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/DataResponse.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/DataResponse.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/DestinationInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/DestinationInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/DestinationInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/DestinationInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/DiscoveryEvent.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/DiscoveryEvent.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/DiscoveryEvent.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/DiscoveryEvent.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ExceptionResponse.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ExceptionResponse.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ExceptionResponse.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ExceptionResponse.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/FlushCommand.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/FlushCommand.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/FlushCommand.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/FlushCommand.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/IntegerResponse.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/IntegerResponse.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/IntegerResponse.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/IntegerResponse.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/JournalQueueAck.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/JournalQueueAck.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/JournalQueueAck.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/JournalQueueAck.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/JournalTopicAck.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/JournalTopicAck.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/JournalTopicAck.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/JournalTopicAck.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/JournalTrace.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/JournalTrace.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/JournalTrace.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/JournalTrace.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/JournalTransaction.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/JournalTransaction.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/JournalTransaction.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/JournalTransaction.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/KeepAliveInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/KeepAliveInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/KeepAliveInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/KeepAliveInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/LocalTransactionId.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/LocalTransactionId.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/LocalTransactionId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/LocalTransactionId.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/Message.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/Message.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/Message.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/Message.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/MessageAck.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/MessageAck.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/MessageAck.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/MessageAck.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatch.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatch.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatch.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatch.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatchNotification.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatchNotification.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatchNotification.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/MessageDispatchNotification.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/MessageId.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/MessageId.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/MessageId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/MessageId.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ProducerId.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ProducerId.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ProducerId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ProducerId.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ProducerInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ProducerInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ProducerInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ProducerInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/RemoveInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/RemoveInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/RemoveInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/RemoveInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/RemoveSubscriptionInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/RemoveSubscriptionInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/RemoveSubscriptionInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/RemoveSubscriptionInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/Response.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/Response.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/Response.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/Response.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/SessionId.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/SessionId.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/SessionId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/SessionId.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/SessionInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/SessionInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/SessionInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/SessionInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/ShutdownInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/ShutdownInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/ShutdownInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/ShutdownInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/SubscriptionInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/SubscriptionInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/SubscriptionInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/SubscriptionInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/TransactionId.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/TransactionId.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/TransactionId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/TransactionId.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/TransactionInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/TransactionInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/TransactionInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/TransactionInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/WireFormatInfo.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/WireFormatInfo.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/WireFormatInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/WireFormatInfo.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/command/XATransactionId.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/command/XATransactionId.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/command/XATransactionId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/command/XATransactionId.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/io/BinaryReader.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/io/BinaryReader.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/io/BinaryReader.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/io/BinaryReader.hpp Thu Mar 2 16:40:41 2006 @@ -19,7 +19,7 @@ #include "util/Endian.hpp" #include "io/IReader.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/io/BinaryWriter.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/io/BinaryWriter.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/io/BinaryWriter.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/io/BinaryWriter.hpp Thu Mar 2 16:40:41 2006 @@ -19,7 +19,7 @@ #include "util/Endian.hpp" #include "io/IWriter.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/io/IReader.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/io/IReader.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/io/IReader.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/io/IReader.hpp Thu Mar 2 16:40:41 2006 @@ -24,7 +24,7 @@ #include #include "io/IOException.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/io/IWriter.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/io/IWriter.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/io/IWriter.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/io/IWriter.hpp Thu Mar 2 16:40:41 2006 @@ -24,7 +24,7 @@ #include #include "io/IOException.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryReader.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryReader.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryReader.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryReader.hpp Thu Mar 2 16:40:41 2006 @@ -19,7 +19,7 @@ #include #include "io/BinaryReader.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryWriter.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryWriter.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryWriter.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/io/SocketBinaryWriter.hpp Thu Mar 2 16:40:41 2006 @@ -19,7 +19,7 @@ #include #include "io/BinaryWriter.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/AbstractCommandMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/AbstractCommandMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/AbstractCommandMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/AbstractCommandMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -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 Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQBytesMessageMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQBytesMessageMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQBytesMessageMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQBytesMessageMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQDestinationMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQDestinationMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQDestinationMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQDestinationMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMapMessageMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMapMessageMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMapMessageMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMapMessageMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMessageMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMessageMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMessageMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQMessageMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/MessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQObjectMessageMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQObjectMessageMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQObjectMessageMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQObjectMessageMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQQueueMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQQueueMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQQueueMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQQueueMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQStreamMessageMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQStreamMessageMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQStreamMessageMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQStreamMessageMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempDestinationMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempDestinationMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempDestinationMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempDestinationMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempQueueMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempQueueMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempQueueMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempQueueMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQTempDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempTopicMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempTopicMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempTopicMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTempTopicMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQTempDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTextMessageMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTextMessageMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTextMessageMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTextMessageMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQMessageMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTopicMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTopicMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTopicMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ActiveMQTopicMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ActiveMQDestinationMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/BaseCommandMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/BaseCommandMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/BaseCommandMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/BaseCommandMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerIdMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerIdMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerIdMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerIdMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/BrokerInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/CommandMarshallerRegistry.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/CommandMarshallerRegistry.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/CommandMarshallerRegistry.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/CommandMarshallerRegistry.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionErrorMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionErrorMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionErrorMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionErrorMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionIdMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionIdMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionIdMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionIdMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ConnectionInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerIdMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerIdMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerIdMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerIdMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ConsumerInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ControlCommandMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ControlCommandMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ControlCommandMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ControlCommandMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/DataArrayResponseMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/DataArrayResponseMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/DataArrayResponseMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/DataArrayResponseMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ResponseMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/DataResponseMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/DataResponseMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/DataResponseMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/DataResponseMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ResponseMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/DestinationInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/DestinationInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/DestinationInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/DestinationInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/DiscoveryEventMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/DiscoveryEventMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/DiscoveryEventMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/DiscoveryEventMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ExceptionResponseMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ExceptionResponseMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ExceptionResponseMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ExceptionResponseMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ResponseMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/FlushCommandMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/FlushCommandMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/FlushCommandMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/FlushCommandMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/IntegerResponseMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/IntegerResponseMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/IntegerResponseMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/IntegerResponseMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/ResponseMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/JournalQueueAckMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/JournalQueueAckMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/JournalQueueAckMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/JournalQueueAckMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTopicAckMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTopicAckMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTopicAckMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTopicAckMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTraceMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTraceMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTraceMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTraceMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTransactionMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTransactionMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTransactionMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/JournalTransactionMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/KeepAliveInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/KeepAliveInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/KeepAliveInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/KeepAliveInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/LocalTransactionIdMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/LocalTransactionIdMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/LocalTransactionIdMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/LocalTransactionIdMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/TransactionIdMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/MessageAckMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/MessageAckMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/MessageAckMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/MessageAckMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchNotificationMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchNotificationMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchNotificationMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/MessageDispatchNotificationMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/MessageIdMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/MessageIdMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/MessageIdMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/MessageIdMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/MessageMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/MessageMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/MessageMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/MessageMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerIdMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerIdMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerIdMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerIdMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ProducerInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveSubscriptionInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveSubscriptionInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveSubscriptionInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/RemoveSubscriptionInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ResponseMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ResponseMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ResponseMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ResponseMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/SessionIdMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/SessionIdMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/SessionIdMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/SessionIdMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/SessionInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/SessionInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/SessionInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/SessionInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/ShutdownInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/ShutdownInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/ShutdownInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/ShutdownInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/SubscriptionInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/SubscriptionInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/SubscriptionInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/SubscriptionInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionIdMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionIdMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionIdMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionIdMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/TransactionInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseCommandMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/WireFormatInfoMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/WireFormatInfoMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/WireFormatInfoMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/WireFormatInfoMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/BaseDataStreamMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/marshal/XATransactionIdMarshaller.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/marshal/XATransactionIdMarshaller.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/marshal/XATransactionIdMarshaller.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/marshal/XATransactionIdMarshaller.hpp Thu Mar 2 16:40:41 2006 @@ -32,7 +32,7 @@ #include "io/BinaryWriter.hpp" #include "command/TransactionIdMarshaller.hpp" -#include "util/ifr/p" +#include "util/ifr/p.hpp" namespace apache { Modified: incubator/activemq/trunk/openwire-cpp/src/transport/ITransport.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/transport/ITransport.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/transport/ITransport.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/transport/ITransport.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/transport/SocketTransport.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/transport/SocketTransport.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/transport/SocketTransport.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/transport/SocketTransport.hpp Thu Mar 2 16:40:41 2006 @@ -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 { Modified: incubator/activemq/trunk/openwire-cpp/src/util/Endian.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/util/Endian.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/util/Endian.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/util/Endian.hpp Thu Mar 2 16:40:41 2006 @@ -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 | \ Modified: incubator/activemq/trunk/openwire-cpp/src/util/Guid.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/util/Guid.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/util/Guid.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/util/Guid.hpp Thu Mar 2 16:40:41 2006 @@ -18,7 +18,7 @@ #define Guid_hpp_ #include -#include +#include "util/ifr/p.hpp" #if (defined(__unix__) || defined(unix)) && !defined(USG) #include Modified: incubator/activemq/trunk/openwire-cpp/src/util/MapItemHolder.hpp URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/util/MapItemHolder.hpp?rev=382590&r1=382589&r2=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/util/MapItemHolder.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/util/MapItemHolder.hpp Thu Mar 2 16:40:41 2006 @@ -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 Copied: incubator/activemq/trunk/openwire-cpp/src/util/ifr/ap.hpp (from r382462, incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/ap.hpp) URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-cpp/src/util/ifr/ap.hpp?p2=incubator/activemq/trunk/openwire-cpp/src/util/ifr/ap.hpp&p1=incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/ap.hpp&r1=382462&r2=382590&rev=382590&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/util/ifr/v1/ap.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/util/ifr/ap.hpp Thu Mar 2 16:40:41 2006 @@ -31,7 +31,7 @@ #include #include #include -#include +#include "util/ifr/p.hpp" namespace ifr { namespace v1 { @@ -72,8 +72,7 @@ return a->array_[pos]; } const p& operator [] (size_t pos) const { - return array_[pos]; - } + } size_t size() const { return a->size_; } Propchange: incubator/activemq/trunk/openwire-cpp/src/util/ifr/ap.hpp ------------------------------------------------------------------------------ svn:executable = * Propchange: incubator/activemq/trunk/openwire-cpp/src/util/ifr/atomic.hpp ------------------------------------------------------------------------------ svn:executable = * Propchange: incubator/activemq/trunk/openwire-cpp/src/util/ifr/namespace.hpp ------------------------------------------------------------------------------ svn:executable = * Propchange: incubator/activemq/trunk/openwire-cpp/src/util/ifr/p.hpp ------------------------------------------------------------------------------ svn:executable = * Propchange: incubator/activemq/trunk/openwire-cpp/src/util/ifr/platform.hpp ------------------------------------------------------------------------------ svn:executable = *