Borneq

junace.cpp#Java_net_sf_junace_UnACE_nativeACEList

Sep 8th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.51 KB | None | 0 0
  1. JNIEXPORT void JNICALL Java_net_sf_junace_UnACE_nativeACEList
  2.   (JNIEnv *env, jobject owner,jobject interf, jstring archiveName, jobject jObj2)
  3. {
  4.     jniState.env = env;
  5.     jniState.interf = interf;
  6.     jclass clsInterf = env->GetObjectClass(interf);
  7.     jniState.startArchiveMethod = env->GetMethodID(clsInterf, "startArchive", "()I");
  8.     jniState.startFileMethod = env->GetMethodID(clsInterf, "startFile", "()I");
  9.     jniState.progressMethod = env->GetMethodID(clsInterf, "progress", "()I");
  10. ....................................
  11. }
Advertisement
Add Comment
Please, Sign In to add comment