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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to