Borneq

UnACE.cpp

Sep 4th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. #include <jni.h>
  2. #include <iostream>
  3. #include "net_sf_junace_UnACE.h"
  4.  
  5. using namespace std;
  6.  
  7. JNIEXPORT void JNICALL Java_net_sf_junace_UnACE_nativeACEList
  8.   (JNIEnv *, jobject, jstring, jobject)
  9. {
  10.     cout<<"wolam Java_net_sf_junace_UnACE_nativeACEList"<<endl;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment