[ 
https://issues.apache.org/jira/browse/QPID-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated QPID-2548:
------------------------------

    Fix Version/s: 0.8
    
> Forgotten method on SubscriptionManager
> ---------------------------------------
>
>                 Key: QPID-2548
>                 URL: https://issues.apache.org/jira/browse/QPID-2548
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.6
>            Reporter: Francesco Emmi
>            Assignee: Gordon Sim
>            Priority: Trivial
>             Fix For: 0.8
>
>         Attachments: qpid.diff
>
>
> SubscriptionManager implementation has method SetDefaultSettings. But this is 
> not present in the interface.
> Patch to be applied:
> 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));
>  }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to