[PATCH 2/5] [mamajni] Fixed transport build failure


Ian Bell <IBell@...>
 

From 9d98e16c430763017900463c8c47b6d68a4c208b Mon Sep 17 00:00:00 2001

Message-Id: <9d98e16c430763017900463c8c47b6d68a4c208b.1348836736.git.ibell@...>

In-Reply-To: <96f0ea876c43e27f628c68dca155ce2f5b82fa09.1348836736.git.ibell@...>

References: <96f0ea876c43e27f628c68dca155ce2f5b82fa09.1348836736.git.ibell@...>

From: Ian Bell <ibell@...>

Date: Fri, 28 Sep 2012 13:03:53 +0100

Subject: [PATCH 2/5] [mamajni] Fixed transport build failure

 

Fixed a mismatch in c and java enum.  Also fixed the doc logo.

 

Signed-off-by: Ian Bell <ibell@...>

---

mama/jni/build.xml                |    2 +-

mama/jni/src/c/mamatransportjni.c |    2 +-

2 files changed, 2 insertions(+), 2 deletions(-)

 

diff --git a/mama/jni/build.xml b/mama/jni/build.xml

index ef847cb..8c30432 100644

--- a/mama/jni/build.xml

+++ b/mama/jni/build.xml

@@ -201,7 +201,7 @@

                                <copy todir="${dist}/doc/resources">

             <fileset dir="${basedir}/doc/">

-                <include name="nyse_technologies.png"></include>                                                 

+                <include name="openmama.png"></include>                                                               

             </fileset>

         </copy>                                   

diff --git a/mama/jni/src/c/mamatransportjni.c b/mama/jni/src/c/mamatransportjni.c

index eba3f1e..989188a 100644

--- a/mama/jni/src/c/mamatransportjni.c

+++ b/mama/jni/src/c/mamatransportjni.c

@@ -1040,7 +1040,7 @@ void MAMACALLTYPE mamaTransportTopicListenerCB( mamaTransport      tport,

                 case MAMA_TRANSPORT_TOPIC_SUBSCRIBED:

                     (*env)->CallVoidMethod( env, closureImpl->mTopicCallback, transportTopicListenerOnTopicSubscribeId_g, cause, connection);

                     break;

-                case MAMA_TRANSPORT_TOPIC_UNSUBSRCIBED:

+                case MAMA_TRANSPORT_TOPIC_UNSUBSCRIBED:

                     (*env)->CallVoidMethod( env, closureImpl->mTopicCallback, transportTopicListenerOnTopicUnsubscribeId_g, cause, connection);

                     break;

             }       

--

1.7.9.5

 




Please consider the environment before printing this e-mail.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error, please advise the sender immediately by reply e-mail and delete this message and any attachments without retaining a copy.

Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.