Hi all,

Sorry to borrow you,
I just would like to know if this patch will be applied. Otherwise I' ve to change my application code.

Thanks
Francesco

--
Francesco Emmi

A-Tono
Largo Paisiello, 5 - 95124 Catania
T: (+39) 095 7365312
M: (+39) 348 1423904
www.a-tono.com

Information in this email is confidential and may be privileged.
It is intended for the addresses only. If you have received it in error,
please notify the sender immediately and delete it from your system.
You should not otherwise copy it, retransmit it or use or disclose its
content to anyone. Thank you for your co-operation.

--- Begin Message ---
Hi all,

I don't know if this is a voluntary omission in the code. Anyway I'm posting the patch I've applied to my code.

Regards
Francesco

--
Francesco Emmi

A-Tono
Largo Paisiello, 5 - 95124 Catania
T: (+39) 095 7365312
M: (+39) 348 1423904
www.a-tono.com

Information in this email is confidential and may be privileged.
It is intended for the addresses only. If you have received it in error,
please notify the sender immediately and delete it from your system.
You should not otherwise copy it, retransmit it or use or disclose its
content to anyone. Thank you for your co-operation.

Index: src/qpid/client/SubscriptionManager.cpp
===================================================================
--- src/qpid/client/SubscriptionManager.cpp     (revisione 822651)
+++ src/qpid/client/SubscriptionManager.cpp     (copia locale)
@@ -86,6 +86,10 @@
     impl->setFlowControl(name, flow);
 }
 
+void SubscriptionManager::setDefaultSettings(const SubscriptionSettings& s){
+       impl->setDefaultSettings(s);
+}
+
 void SubscriptionManager::setFlowControl(const std::string& name, uint32_t 
messages,  uint32_t bytes, bool window) {
     impl->setFlowControl(name, FlowControl(messages, bytes, window));
 }

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

--- End Message ---
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to