]> rtime.felk.cvut.cz Git - orte.git/blob - orte/libjorte/JORTESubscriptionPull.c
938f9934c6ab603ffb2f2095b5c97ba39692f146
[orte.git] / orte / libjorte / JORTESubscriptionPull.c
1 #include "orte.h"
2 #include "jorte/4all.h"
3 #include "jorte/org_ocera_orte_Subscription.h"
4
5 JNIEXPORT jint JNICALL
6 Java_org_ocera_orte_Subscription_jORTESubscriptionPull
7 (JNIEnv *env, jobject obj, jlong sub_handle)
8 {
9   return ORTESubscriptionPull((ORTESubscription*)sub_handle);
10 }
11