]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/jorte/jorte_protos_api.h
Revert "JORTE: update license headers and clean-up includes"
[orte.git] / orte / include / jorte / jorte_protos_api.h
index 3b65f5f387c7c312d0c1fec01599659d385464bd..bcd07d3c28e57589901594df9a91ae9bc5aa8cde 100644 (file)
@@ -23,3 +23,39 @@ createSubInfo(JNIEnv *env, const ORTESubInfo *sinfo);
 
 extern NtpTime
 getNtpTime(JNIEnv *env, jobject obj);
+
+extern Boolean
+onSubDelete(const struct ORTEAppInfo *appInfo,const struct ORTESubInfo *subInfo,void *param);
+
+extern Boolean
+onSubRemoteChanged(const struct ORTEAppInfo *appInfo,const struct ORTESubInfo *subInfo,void *param);
+
+extern Boolean
+onSubRemoteNew(const struct ORTEAppInfo *appInfo,const struct ORTESubInfo *subInfo,void *param);
+
+extern Boolean
+onPubDelete(const struct ORTEAppInfo *appInfo,const struct ORTEPubInfo *pubInfo,void *param);
+
+extern Boolean
+onPubRemoteChanged(const struct ORTEAppInfo *appInfo,const struct ORTEPubInfo *pubInfo,void *param);
+
+extern Boolean
+onPubRemoteNew(const struct ORTEAppInfo *appInfo,const struct ORTEPubInfo *pubInfo,void *param);
+
+extern Boolean
+onAppDelete(const struct ORTEAppInfo *appInfo,void *param);
+
+extern Boolean
+onAppRemoteNew(const struct ORTEAppInfo *appInfo,void *param);
+
+extern Boolean
+onMgrDelete(const struct ORTEAppInfo *appInfo,void *param);
+
+extern Boolean
+onMgrNew(const struct ORTEAppInfo *appInfo,void *param);
+
+extern Boolean
+onRegFail(void *param);
+
+extern jclass
+findClass(JNIEnv *env, const char* name);