Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 22658 invoked from network); 5 Jul 2006 22:37:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2006 22:37:41 -0000 Received: (qmail 98533 invoked by uid 500); 5 Jul 2006 22:37:40 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 98418 invoked by uid 500); 5 Jul 2006 22:37:39 -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 98285 invoked by uid 99); 5 Jul 2006 22:37:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 15:37:38 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 15:37:28 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9925E1A9825; Wed, 5 Jul 2006 15:37:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r419371 [5/10] - in /incubator/activemq/trunk/openwire-cpp/src/main/cpp: activemq/ activemq/command/ activemq/protocol/ activemq/protocol/openwire/ activemq/transport/ activemq/transport/tcp/ cms/ ppr/ ppr/io/ ppr/io/encoding/ ppr/net/ ppr/... Date: Wed, 05 Jul 2006 22:36:42 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060705223708.9925E1A9825@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LastPartialCommand.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LastPartialCommand.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LastPartialCommand.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LastPartialCommand.hpp Wed Jul 5 15:36:36 2006 @@ -1,79 +1,79 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_LastPartialCommand_hpp_ -#define ActiveMQ_LastPartialCommand_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/PartialCommand.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for LastPartialCommand - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class LastPartialCommand : public PartialCommand -{ -protected: - -public: - const static unsigned char TYPE = 61; - -public: - LastPartialCommand() ; - virtual ~LastPartialCommand() ; - - virtual unsigned char getDataStructureType() ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_LastPartialCommand_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_LastPartialCommand_hpp_ +#define ActiveMQ_LastPartialCommand_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/PartialCommand.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for LastPartialCommand + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class LastPartialCommand : public PartialCommand +{ +protected: + +public: + const static unsigned char TYPE = 61; + +public: + LastPartialCommand() ; + virtual ~LastPartialCommand() ; + + virtual unsigned char getDataStructureType() ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_LastPartialCommand_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LastPartialCommand.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LocalTransactionId.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LocalTransactionId.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LocalTransactionId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LocalTransactionId.hpp Wed Jul 5 15:36:36 2006 @@ -1,88 +1,88 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_LocalTransactionId_hpp_ -#define ActiveMQ_LocalTransactionId_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/TransactionId.hpp" -#include "activemq/command/ConnectionId.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for LocalTransactionId - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class LocalTransactionId : public TransactionId -{ -protected: - long long value ; - p connectionId ; - -public: - const static unsigned char TYPE = 111; - -public: - LocalTransactionId() ; - virtual ~LocalTransactionId() ; - - virtual unsigned char getDataStructureType() ; - - virtual long long getValue() ; - virtual void setValue(long long value) ; - - virtual p getConnectionId() ; - virtual void setConnectionId(p connectionId) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_LocalTransactionId_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_LocalTransactionId_hpp_ +#define ActiveMQ_LocalTransactionId_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/TransactionId.hpp" +#include "activemq/command/ConnectionId.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for LocalTransactionId + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class LocalTransactionId : public TransactionId +{ +protected: + long long value ; + p connectionId ; + +public: + const static unsigned char TYPE = 111; + +public: + LocalTransactionId() ; + virtual ~LocalTransactionId() ; + + virtual unsigned char getDataStructureType() ; + + virtual long long getValue() ; + virtual void setValue(long long value) ; + + virtual p getConnectionId() ; + virtual void setConnectionId(p connectionId) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_LocalTransactionId_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/LocalTransactionId.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/Message.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/Message.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/Message.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/Message.hpp Wed Jul 5 15:36:36 2006 @@ -1,189 +1,189 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_Message_hpp_ -#define ActiveMQ_Message_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseCommand.hpp" -#include "activemq/command/ProducerId.hpp" -#include "activemq/command/ActiveMQDestination.hpp" -#include "activemq/command/TransactionId.hpp" -#include "activemq/command/ActiveMQDestination.hpp" -#include "activemq/command/MessageId.hpp" -#include "activemq/command/TransactionId.hpp" -#include "activemq/command/ActiveMQDestination.hpp" -#include "activemq/IDataStructure.hpp" -#include "activemq/command/ConsumerId.hpp" -#include "activemq/command/BrokerId.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for Message - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class Message : public BaseCommand -{ -protected: - p producerId ; - p destination ; - p transactionId ; - p originalDestination ; - p messageId ; - p originalTransactionId ; - p groupID ; - int groupSequence ; - p correlationId ; - bool persistent ; - long long expiration ; - char priority ; - p replyTo ; - long long timestamp ; - p type ; - array content ; - array marshalledProperties ; - p dataStructure ; - p targetConsumerId ; - bool compressed ; - int redeliveryCounter ; - array brokerPath ; - long long arrival ; - p userID ; - bool recievedByDFBridge ; - -public: - const static unsigned char TYPE = 0; - -public: - Message() ; - virtual ~Message() ; - - virtual unsigned char getDataStructureType() ; - - virtual p getProducerId() ; - virtual void setProducerId(p producerId) ; - - virtual p getDestination() ; - virtual void setDestination(p destination) ; - - virtual p getTransactionId() ; - virtual void setTransactionId(p transactionId) ; - - virtual p getOriginalDestination() ; - virtual void setOriginalDestination(p originalDestination) ; - - virtual p getMessageId() ; - virtual void setMessageId(p messageId) ; - - virtual p getOriginalTransactionId() ; - virtual void setOriginalTransactionId(p originalTransactionId) ; - - virtual p getGroupID() ; - virtual void setGroupID(p groupID) ; - - virtual int getGroupSequence() ; - virtual void setGroupSequence(int groupSequence) ; - - virtual p getCorrelationId() ; - virtual void setCorrelationId(p correlationId) ; - - virtual bool getPersistent() ; - virtual void setPersistent(bool persistent) ; - - virtual long long getExpiration() ; - virtual void setExpiration(long long expiration) ; - - virtual char getPriority() ; - virtual void setPriority(char priority) ; - - virtual p getReplyTo() ; - virtual void setReplyTo(p replyTo) ; - - virtual long long getTimestamp() ; - virtual void setTimestamp(long long timestamp) ; - - virtual p getType() ; - virtual void setType(p type) ; - - virtual array getContent() ; - virtual void setContent(array content) ; - - virtual array getMarshalledProperties() ; - virtual void setMarshalledProperties(array marshalledProperties) ; - - virtual p getDataStructure() ; - virtual void setDataStructure(p dataStructure) ; - - virtual p getTargetConsumerId() ; - virtual void setTargetConsumerId(p targetConsumerId) ; - - virtual bool getCompressed() ; - virtual void setCompressed(bool compressed) ; - - virtual int getRedeliveryCounter() ; - virtual void setRedeliveryCounter(int redeliveryCounter) ; - - virtual array getBrokerPath() ; - virtual void setBrokerPath(array brokerPath) ; - - virtual long long getArrival() ; - virtual void setArrival(long long arrival) ; - - virtual p getUserID() ; - virtual void setUserID(p userID) ; - - virtual bool getRecievedByDFBridge() ; - virtual void setRecievedByDFBridge(bool recievedByDFBridge) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_Message_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_Message_hpp_ +#define ActiveMQ_Message_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseCommand.hpp" +#include "activemq/command/ProducerId.hpp" +#include "activemq/command/ActiveMQDestination.hpp" +#include "activemq/command/TransactionId.hpp" +#include "activemq/command/ActiveMQDestination.hpp" +#include "activemq/command/MessageId.hpp" +#include "activemq/command/TransactionId.hpp" +#include "activemq/command/ActiveMQDestination.hpp" +#include "activemq/IDataStructure.hpp" +#include "activemq/command/ConsumerId.hpp" +#include "activemq/command/BrokerId.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for Message + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class Message : public BaseCommand +{ +protected: + p producerId ; + p destination ; + p transactionId ; + p originalDestination ; + p messageId ; + p originalTransactionId ; + p groupID ; + int groupSequence ; + p correlationId ; + bool persistent ; + long long expiration ; + char priority ; + p replyTo ; + long long timestamp ; + p type ; + array content ; + array marshalledProperties ; + p dataStructure ; + p targetConsumerId ; + bool compressed ; + int redeliveryCounter ; + array brokerPath ; + long long arrival ; + p userID ; + bool recievedByDFBridge ; + +public: + const static unsigned char TYPE = 0; + +public: + Message() ; + virtual ~Message() ; + + virtual unsigned char getDataStructureType() ; + + virtual p getProducerId() ; + virtual void setProducerId(p producerId) ; + + virtual p getDestination() ; + virtual void setDestination(p destination) ; + + virtual p getTransactionId() ; + virtual void setTransactionId(p transactionId) ; + + virtual p getOriginalDestination() ; + virtual void setOriginalDestination(p originalDestination) ; + + virtual p getMessageId() ; + virtual void setMessageId(p messageId) ; + + virtual p getOriginalTransactionId() ; + virtual void setOriginalTransactionId(p originalTransactionId) ; + + virtual p getGroupID() ; + virtual void setGroupID(p groupID) ; + + virtual int getGroupSequence() ; + virtual void setGroupSequence(int groupSequence) ; + + virtual p getCorrelationId() ; + virtual void setCorrelationId(p correlationId) ; + + virtual bool getPersistent() ; + virtual void setPersistent(bool persistent) ; + + virtual long long getExpiration() ; + virtual void setExpiration(long long expiration) ; + + virtual char getPriority() ; + virtual void setPriority(char priority) ; + + virtual p getReplyTo() ; + virtual void setReplyTo(p replyTo) ; + + virtual long long getTimestamp() ; + virtual void setTimestamp(long long timestamp) ; + + virtual p getType() ; + virtual void setType(p type) ; + + virtual array getContent() ; + virtual void setContent(array content) ; + + virtual array getMarshalledProperties() ; + virtual void setMarshalledProperties(array marshalledProperties) ; + + virtual p getDataStructure() ; + virtual void setDataStructure(p dataStructure) ; + + virtual p getTargetConsumerId() ; + virtual void setTargetConsumerId(p targetConsumerId) ; + + virtual bool getCompressed() ; + virtual void setCompressed(bool compressed) ; + + virtual int getRedeliveryCounter() ; + virtual void setRedeliveryCounter(int redeliveryCounter) ; + + virtual array getBrokerPath() ; + virtual void setBrokerPath(array brokerPath) ; + + virtual long long getArrival() ; + virtual void setArrival(long long arrival) ; + + virtual p getUserID() ; + virtual void setUserID(p userID) ; + + virtual bool getRecievedByDFBridge() ; + virtual void setRecievedByDFBridge(bool recievedByDFBridge) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_Message_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/Message.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageAck.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageAck.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageAck.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageAck.hpp Wed Jul 5 15:36:36 2006 @@ -1,112 +1,112 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_MessageAck_hpp_ -#define ActiveMQ_MessageAck_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseCommand.hpp" -#include "activemq/command/ActiveMQDestination.hpp" -#include "activemq/command/TransactionId.hpp" -#include "activemq/command/ConsumerId.hpp" -#include "activemq/command/MessageId.hpp" -#include "activemq/command/MessageId.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for MessageAck - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class MessageAck : public BaseCommand -{ -protected: - p destination ; - p transactionId ; - p consumerId ; - char ackType ; - p firstMessageId ; - p lastMessageId ; - int messageCount ; - -public: - const static unsigned char TYPE = 22; - -public: - MessageAck() ; - virtual ~MessageAck() ; - - virtual unsigned char getDataStructureType() ; - - virtual p getDestination() ; - virtual void setDestination(p destination) ; - - virtual p getTransactionId() ; - virtual void setTransactionId(p transactionId) ; - - virtual p getConsumerId() ; - virtual void setConsumerId(p consumerId) ; - - virtual char getAckType() ; - virtual void setAckType(char ackType) ; - - virtual p getFirstMessageId() ; - virtual void setFirstMessageId(p firstMessageId) ; - - virtual p getLastMessageId() ; - virtual void setLastMessageId(p lastMessageId) ; - - virtual int getMessageCount() ; - virtual void setMessageCount(int messageCount) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_MessageAck_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_MessageAck_hpp_ +#define ActiveMQ_MessageAck_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseCommand.hpp" +#include "activemq/command/ActiveMQDestination.hpp" +#include "activemq/command/TransactionId.hpp" +#include "activemq/command/ConsumerId.hpp" +#include "activemq/command/MessageId.hpp" +#include "activemq/command/MessageId.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for MessageAck + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class MessageAck : public BaseCommand +{ +protected: + p destination ; + p transactionId ; + p consumerId ; + char ackType ; + p firstMessageId ; + p lastMessageId ; + int messageCount ; + +public: + const static unsigned char TYPE = 22; + +public: + MessageAck() ; + virtual ~MessageAck() ; + + virtual unsigned char getDataStructureType() ; + + virtual p getDestination() ; + virtual void setDestination(p destination) ; + + virtual p getTransactionId() ; + virtual void setTransactionId(p transactionId) ; + + virtual p getConsumerId() ; + virtual void setConsumerId(p consumerId) ; + + virtual char getAckType() ; + virtual void setAckType(char ackType) ; + + virtual p getFirstMessageId() ; + virtual void setFirstMessageId(p firstMessageId) ; + + virtual p getLastMessageId() ; + virtual void setLastMessageId(p lastMessageId) ; + + virtual int getMessageCount() ; + virtual void setMessageCount(int messageCount) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_MessageAck_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageAck.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatch.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatch.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatch.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatch.hpp Wed Jul 5 15:36:36 2006 @@ -1,98 +1,98 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_MessageDispatch_hpp_ -#define ActiveMQ_MessageDispatch_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseCommand.hpp" -#include "activemq/command/ConsumerId.hpp" -#include "activemq/command/ActiveMQDestination.hpp" -#include "activemq/command/Message.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for MessageDispatch - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class MessageDispatch : public BaseCommand -{ -protected: - p consumerId ; - p destination ; - p message ; - int redeliveryCounter ; - -public: - const static unsigned char TYPE = 21; - -public: - MessageDispatch() ; - virtual ~MessageDispatch() ; - - virtual unsigned char getDataStructureType() ; - - virtual p getConsumerId() ; - virtual void setConsumerId(p consumerId) ; - - virtual p getDestination() ; - virtual void setDestination(p destination) ; - - virtual p getMessage() ; - virtual void setMessage(p message) ; - - virtual int getRedeliveryCounter() ; - virtual void setRedeliveryCounter(int redeliveryCounter) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_MessageDispatch_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_MessageDispatch_hpp_ +#define ActiveMQ_MessageDispatch_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseCommand.hpp" +#include "activemq/command/ConsumerId.hpp" +#include "activemq/command/ActiveMQDestination.hpp" +#include "activemq/command/Message.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for MessageDispatch + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class MessageDispatch : public BaseCommand +{ +protected: + p consumerId ; + p destination ; + p message ; + int redeliveryCounter ; + +public: + const static unsigned char TYPE = 21; + +public: + MessageDispatch() ; + virtual ~MessageDispatch() ; + + virtual unsigned char getDataStructureType() ; + + virtual p getConsumerId() ; + virtual void setConsumerId(p consumerId) ; + + virtual p getDestination() ; + virtual void setDestination(p destination) ; + + virtual p getMessage() ; + virtual void setMessage(p message) ; + + virtual int getRedeliveryCounter() ; + virtual void setRedeliveryCounter(int redeliveryCounter) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_MessageDispatch_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatch.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatchNotification.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatchNotification.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatchNotification.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatchNotification.hpp Wed Jul 5 15:36:36 2006 @@ -1,98 +1,98 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_MessageDispatchNotification_hpp_ -#define ActiveMQ_MessageDispatchNotification_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseCommand.hpp" -#include "activemq/command/ConsumerId.hpp" -#include "activemq/command/ActiveMQDestination.hpp" -#include "activemq/command/MessageId.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for MessageDispatchNotification - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class MessageDispatchNotification : public BaseCommand -{ -protected: - p consumerId ; - p destination ; - long long deliverySequenceId ; - p messageId ; - -public: - const static unsigned char TYPE = 90; - -public: - MessageDispatchNotification() ; - virtual ~MessageDispatchNotification() ; - - virtual unsigned char getDataStructureType() ; - - virtual p getConsumerId() ; - virtual void setConsumerId(p consumerId) ; - - virtual p getDestination() ; - virtual void setDestination(p destination) ; - - virtual long long getDeliverySequenceId() ; - virtual void setDeliverySequenceId(long long deliverySequenceId) ; - - virtual p getMessageId() ; - virtual void setMessageId(p messageId) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_MessageDispatchNotification_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_MessageDispatchNotification_hpp_ +#define ActiveMQ_MessageDispatchNotification_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseCommand.hpp" +#include "activemq/command/ConsumerId.hpp" +#include "activemq/command/ActiveMQDestination.hpp" +#include "activemq/command/MessageId.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for MessageDispatchNotification + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class MessageDispatchNotification : public BaseCommand +{ +protected: + p consumerId ; + p destination ; + long long deliverySequenceId ; + p messageId ; + +public: + const static unsigned char TYPE = 90; + +public: + MessageDispatchNotification() ; + virtual ~MessageDispatchNotification() ; + + virtual unsigned char getDataStructureType() ; + + virtual p getConsumerId() ; + virtual void setConsumerId(p consumerId) ; + + virtual p getDestination() ; + virtual void setDestination(p destination) ; + + virtual long long getDeliverySequenceId() ; + virtual void setDeliverySequenceId(long long deliverySequenceId) ; + + virtual p getMessageId() ; + virtual void setMessageId(p messageId) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_MessageDispatchNotification_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageDispatchNotification.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageId.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageId.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageId.hpp Wed Jul 5 15:36:36 2006 @@ -1,92 +1,92 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_MessageId_hpp_ -#define ActiveMQ_MessageId_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseDataStructure.hpp" -#include "activemq/command/ProducerId.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for MessageId - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class MessageId : public BaseDataStructure -{ -protected: - p producerId ; - long long producerSequenceId ; - long long brokerSequenceId ; - -public: - const static unsigned char TYPE = 110; - -public: - MessageId() ; - virtual ~MessageId() ; - - virtual unsigned char getDataStructureType() ; - - virtual p getProducerId() ; - virtual void setProducerId(p producerId) ; - - virtual long long getProducerSequenceId() ; - virtual void setProducerSequenceId(long long producerSequenceId) ; - - virtual long long getBrokerSequenceId() ; - virtual void setBrokerSequenceId(long long brokerSequenceId) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_MessageId_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_MessageId_hpp_ +#define ActiveMQ_MessageId_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseDataStructure.hpp" +#include "activemq/command/ProducerId.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for MessageId + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class MessageId : public BaseDataStructure +{ +protected: + p producerId ; + long long producerSequenceId ; + long long brokerSequenceId ; + +public: + const static unsigned char TYPE = 110; + +public: + MessageId() ; + virtual ~MessageId() ; + + virtual unsigned char getDataStructureType() ; + + virtual p getProducerId() ; + virtual void setProducerId(p producerId) ; + + virtual long long getProducerSequenceId() ; + virtual void setProducerSequenceId(long long producerSequenceId) ; + + virtual long long getBrokerSequenceId() ; + virtual void setBrokerSequenceId(long long brokerSequenceId) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_MessageId_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/MessageId.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/NetworkBridgeFilter.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/NetworkBridgeFilter.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/NetworkBridgeFilter.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/NetworkBridgeFilter.hpp Wed Jul 5 15:36:36 2006 @@ -1,88 +1,88 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_NetworkBridgeFilter_hpp_ -#define ActiveMQ_NetworkBridgeFilter_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseDataStructure.hpp" -#include "activemq/command/BrokerId.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for NetworkBridgeFilter - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class NetworkBridgeFilter : public BaseDataStructure -{ -protected: - int networkTTL ; - p networkBrokerId ; - -public: - const static unsigned char TYPE = 91; - -public: - NetworkBridgeFilter() ; - virtual ~NetworkBridgeFilter() ; - - virtual unsigned char getDataStructureType() ; - - virtual int getNetworkTTL() ; - virtual void setNetworkTTL(int networkTTL) ; - - virtual p getNetworkBrokerId() ; - virtual void setNetworkBrokerId(p networkBrokerId) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_NetworkBridgeFilter_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_NetworkBridgeFilter_hpp_ +#define ActiveMQ_NetworkBridgeFilter_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseDataStructure.hpp" +#include "activemq/command/BrokerId.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for NetworkBridgeFilter + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class NetworkBridgeFilter : public BaseDataStructure +{ +protected: + int networkTTL ; + p networkBrokerId ; + +public: + const static unsigned char TYPE = 91; + +public: + NetworkBridgeFilter() ; + virtual ~NetworkBridgeFilter() ; + + virtual unsigned char getDataStructureType() ; + + virtual int getNetworkTTL() ; + virtual void setNetworkTTL(int networkTTL) ; + + virtual p getNetworkBrokerId() ; + virtual void setNetworkBrokerId(p networkBrokerId) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_NetworkBridgeFilter_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/NetworkBridgeFilter.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/PartialCommand.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/PartialCommand.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/PartialCommand.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/PartialCommand.hpp Wed Jul 5 15:36:36 2006 @@ -1,87 +1,87 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_PartialCommand_hpp_ -#define ActiveMQ_PartialCommand_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseDataStructure.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for PartialCommand - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class PartialCommand : public BaseDataStructure -{ -protected: - int commandId ; - array data ; - -public: - const static unsigned char TYPE = 60; - -public: - PartialCommand() ; - virtual ~PartialCommand() ; - - virtual unsigned char getDataStructureType() ; - - virtual int getCommandId() ; - virtual void setCommandId(int commandId) ; - - virtual array getData() ; - virtual void setData(array data) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_PartialCommand_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_PartialCommand_hpp_ +#define ActiveMQ_PartialCommand_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseDataStructure.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for PartialCommand + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class PartialCommand : public BaseDataStructure +{ +protected: + int commandId ; + array data ; + +public: + const static unsigned char TYPE = 60; + +public: + PartialCommand() ; + virtual ~PartialCommand() ; + + virtual unsigned char getDataStructureType() ; + + virtual int getCommandId() ; + virtual void setCommandId(int commandId) ; + + virtual array getData() ; + virtual void setData(array data) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_PartialCommand_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/PartialCommand.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerId.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerId.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerId.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerId.hpp Wed Jul 5 15:36:36 2006 @@ -1,91 +1,91 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_ProducerId_hpp_ -#define ActiveMQ_ProducerId_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseDataStructure.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for ProducerId - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class ProducerId : public BaseDataStructure -{ -protected: - p connectionId ; - long long value ; - long long sessionId ; - -public: - const static unsigned char TYPE = 123; - -public: - ProducerId() ; - virtual ~ProducerId() ; - - virtual unsigned char getDataStructureType() ; - - virtual p getConnectionId() ; - virtual void setConnectionId(p connectionId) ; - - virtual long long getValue() ; - virtual void setValue(long long value) ; - - virtual long long getSessionId() ; - virtual void setSessionId(long long sessionId) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_ProducerId_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_ProducerId_hpp_ +#define ActiveMQ_ProducerId_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseDataStructure.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for ProducerId + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class ProducerId : public BaseDataStructure +{ +protected: + p connectionId ; + long long value ; + long long sessionId ; + +public: + const static unsigned char TYPE = 123; + +public: + ProducerId() ; + virtual ~ProducerId() ; + + virtual unsigned char getDataStructureType() ; + + virtual p getConnectionId() ; + virtual void setConnectionId(p connectionId) ; + + virtual long long getValue() ; + virtual void setValue(long long value) ; + + virtual long long getSessionId() ; + virtual void setSessionId(long long sessionId) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_ProducerId_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerId.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerInfo.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerInfo.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerInfo.hpp Wed Jul 5 15:36:36 2006 @@ -1,94 +1,94 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_ProducerInfo_hpp_ -#define ActiveMQ_ProducerInfo_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseCommand.hpp" -#include "activemq/command/ProducerId.hpp" -#include "activemq/command/ActiveMQDestination.hpp" -#include "activemq/command/BrokerId.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for ProducerInfo - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class ProducerInfo : public BaseCommand -{ -protected: - p producerId ; - p destination ; - array brokerPath ; - -public: - const static unsigned char TYPE = 6; - -public: - ProducerInfo() ; - virtual ~ProducerInfo() ; - - virtual unsigned char getDataStructureType() ; - - virtual p getProducerId() ; - virtual void setProducerId(p producerId) ; - - virtual p getDestination() ; - virtual void setDestination(p destination) ; - - virtual array getBrokerPath() ; - virtual void setBrokerPath(array brokerPath) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_ProducerInfo_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_ProducerInfo_hpp_ +#define ActiveMQ_ProducerInfo_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseCommand.hpp" +#include "activemq/command/ProducerId.hpp" +#include "activemq/command/ActiveMQDestination.hpp" +#include "activemq/command/BrokerId.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for ProducerInfo + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class ProducerInfo : public BaseCommand +{ +protected: + p producerId ; + p destination ; + array brokerPath ; + +public: + const static unsigned char TYPE = 6; + +public: + ProducerInfo() ; + virtual ~ProducerInfo() ; + + virtual unsigned char getDataStructureType() ; + + virtual p getProducerId() ; + virtual void setProducerId(p producerId) ; + + virtual p getDestination() ; + virtual void setDestination(p destination) ; + + virtual array getBrokerPath() ; + virtual void setBrokerPath(array brokerPath) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_ProducerInfo_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ProducerInfo.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveInfo.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveInfo.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveInfo.hpp Wed Jul 5 15:36:36 2006 @@ -1,84 +1,84 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_RemoveInfo_hpp_ -#define ActiveMQ_RemoveInfo_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseCommand.hpp" -#include "activemq/IDataStructure.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for RemoveInfo - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class RemoveInfo : public BaseCommand -{ -protected: - p objectId ; - -public: - const static unsigned char TYPE = 12; - -public: - RemoveInfo() ; - virtual ~RemoveInfo() ; - - virtual unsigned char getDataStructureType() ; - - virtual p getObjectId() ; - virtual void setObjectId(p objectId) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_RemoveInfo_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_RemoveInfo_hpp_ +#define ActiveMQ_RemoveInfo_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseCommand.hpp" +#include "activemq/IDataStructure.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for RemoveInfo + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class RemoveInfo : public BaseCommand +{ +protected: + p objectId ; + +public: + const static unsigned char TYPE = 12; + +public: + RemoveInfo() ; + virtual ~RemoveInfo() ; + + virtual unsigned char getDataStructureType() ; + + virtual p getObjectId() ; + virtual void setObjectId(p objectId) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_RemoveInfo_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveInfo.hpp ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveSubscriptionInfo.hpp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveSubscriptionInfo.hpp?rev=419371&r1=419370&r2=419371&view=diff ============================================================================== --- incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveSubscriptionInfo.hpp (original) +++ incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveSubscriptionInfo.hpp Wed Jul 5 15:36:36 2006 @@ -1,92 +1,92 @@ -/* -* Copyright 2006 The Apache Software Foundation or its licensors, as -* applicable. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ -#ifndef ActiveMQ_RemoveSubscriptionInfo_hpp_ -#define ActiveMQ_RemoveSubscriptionInfo_hpp_ - -// Turn off warning message for ignored exception specification -#ifdef _MSC_VER -#pragma warning( disable : 4290 ) -#endif - -#include -#include "activemq/command/BaseCommand.hpp" -#include "activemq/command/ConnectionId.hpp" - -#include "activemq/protocol/IMarshaller.hpp" -#include "ppr/io/IOutputStream.hpp" -#include "ppr/io/IInputStream.hpp" -#include "ppr/io/IOException.hpp" -#include "ppr/util/ifr/array" -#include "ppr/util/ifr/p" - -namespace apache -{ - namespace activemq - { - namespace command - { - using namespace ifr; - using namespace std; - using namespace apache::activemq; - using namespace apache::activemq::protocol; - using namespace apache::ppr::io; - -/* - * - * Command and marshalling code for OpenWire format for RemoveSubscriptionInfo - * - * - * NOTE!: This file is autogenerated - do not modify! - * if you need to make a change, please see the Groovy scripts in the - * activemq-core module - * - */ -class RemoveSubscriptionInfo : public BaseCommand -{ -protected: - p connectionId ; - p subcriptionName ; - p clientId ; - -public: - const static unsigned char TYPE = 0; - -public: - RemoveSubscriptionInfo() ; - virtual ~RemoveSubscriptionInfo() ; - - virtual unsigned char getDataStructureType() ; - - virtual p getConnectionId() ; - virtual void setConnectionId(p connectionId) ; - - virtual p getSubcriptionName() ; - virtual void setSubcriptionName(p subcriptionName) ; - - virtual p getClientId() ; - virtual void setClientId(p clientId) ; - - virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; - virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; -} ; - -/* namespace */ - } - } -} - -#endif /*ActiveMQ_RemoveSubscriptionInfo_hpp_*/ +/* +* Copyright 2006 The Apache Software Foundation or its licensors, as +* applicable. +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +#ifndef ActiveMQ_RemoveSubscriptionInfo_hpp_ +#define ActiveMQ_RemoveSubscriptionInfo_hpp_ + +// Turn off warning message for ignored exception specification +#ifdef _MSC_VER +#pragma warning( disable : 4290 ) +#endif + +#include +#include "activemq/command/BaseCommand.hpp" +#include "activemq/command/ConnectionId.hpp" + +#include "activemq/protocol/IMarshaller.hpp" +#include "ppr/io/IOutputStream.hpp" +#include "ppr/io/IInputStream.hpp" +#include "ppr/io/IOException.hpp" +#include "ppr/util/ifr/array" +#include "ppr/util/ifr/p" + +namespace apache +{ + namespace activemq + { + namespace command + { + using namespace ifr; + using namespace std; + using namespace apache::activemq; + using namespace apache::activemq::protocol; + using namespace apache::ppr::io; + +/* + * + * Command and marshalling code for OpenWire format for RemoveSubscriptionInfo + * + * + * NOTE!: This file is autogenerated - do not modify! + * if you need to make a change, please see the Groovy scripts in the + * activemq-core module + * + */ +class RemoveSubscriptionInfo : public BaseCommand +{ +protected: + p connectionId ; + p subcriptionName ; + p clientId ; + +public: + const static unsigned char TYPE = 0; + +public: + RemoveSubscriptionInfo() ; + virtual ~RemoveSubscriptionInfo() ; + + virtual unsigned char getDataStructureType() ; + + virtual p getConnectionId() ; + virtual void setConnectionId(p connectionId) ; + + virtual p getSubcriptionName() ; + virtual void setSubcriptionName(p subcriptionName) ; + + virtual p getClientId() ; + virtual void setClientId(p clientId) ; + + virtual int marshal(p marshaller, int mode, p ostream) throw (IOException) ; + virtual void unmarshal(p marshaller, int mode, p istream) throw (IOException) ; +} ; + +/* namespace */ + } + } +} + +#endif /*ActiveMQ_RemoveSubscriptionInfo_hpp_*/ Propchange: incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/RemoveSubscriptionInfo.hpp ------------------------------------------------------------------------------ svn:eol-style = native