You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2013/10/21 14:05:59 UTC

svn commit: r1534116 - in /qpid/proton/trunk: proton-c/include/proton/messenger.h proton-j/contrib/proton-hawtdispatch/pom.xml

Author: rhs
Date: Mon Oct 21 12:05:59 2013
New Revision: 1534116

URL: http://svn.apache.org/r1534116
Log:
PROTON-443: updated hawtdispatch version

Modified:
    qpid/proton/trunk/proton-c/include/proton/messenger.h
    qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/pom.xml   (contents, props changed)

Modified: qpid/proton/trunk/proton-c/include/proton/messenger.h
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/messenger.h?rev=1534116&r1=1534115&r2=1534116&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/include/proton/messenger.h (original)
+++ qpid/proton/trunk/proton-c/include/proton/messenger.h Mon Oct 21 12:05:59 2013
@@ -595,6 +595,11 @@ PN_EXTERN int pn_messenger_route(pn_mess
 PN_EXTERN int pn_messenger_rewrite(pn_messenger_t *messenger, const char *pattern,
                                    const char *address);
 
+#include <proton/engine.h>
+
+PN_EXTERN pn_transport_t *pn_messenger_get_transport(pn_messenger_t *messenger, pn_handle_t handle);
+PN_EXTERN pn_handle_t pn_messenger_next_transport(pn_messenger_t *messenger, pn_handle_t previous);
+
 #ifdef __cplusplus
 }
 #endif

Modified: qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/pom.xml
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/pom.xml?rev=1534116&r1=1534115&r2=1534116&view=diff
==============================================================================
Binary files - no diff available.

Propchange: qpid/proton/trunk/proton-j/contrib/proton-hawtdispatch/pom.xml
            ('svn:mime-type' removed)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org