]> WPIA git - gigi.git/blobdiff - natives/club_wpia_gigi_natives_SetUID.c
upd: rename package name and all references to it
[gigi.git] / natives / club_wpia_gigi_natives_SetUID.c
similarity index 87%
rename from natives/org_cacert_gigi_natives_SetUID.c
rename to natives/club_wpia_gigi_natives_SetUID.c
index 1b2350b4ab856102906013b6fcf80dfe8b0e6da5..c0034677b77b8316fe1df3cb210a27da359b8cbe 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <unistd.h>
 
 
 #include <unistd.h>
 
-#ifndef _Included_org_cacert_natives_SetUID
-#define _Included_org_cacert_natives_SetUID
+#ifndef _Included_club_wpia_natives_SetUID
+#define _Included_club_wpia_natives_SetUID
 #ifdef __cplusplus
 extern "C" {
 #endif
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -12,12 +12,12 @@ extern "C" {
 static jobject getStatus(JNIEnv *env, int successCode, const char * message) {
     jstring message_str = (*env)->NewStringUTF(env, message);
     jboolean success = successCode;
 static jobject getStatus(JNIEnv *env, int successCode, const char * message) {
     jstring message_str = (*env)->NewStringUTF(env, message);
     jboolean success = successCode;
-    jclass cls = (*env)->FindClass(env, "Lorg/cacert/gigi/natives/SetUID$Status;");
+    jclass cls = (*env)->FindClass(env, "Lclub/wpia/gigi/natives/SetUID$Status;");
     jmethodID constructor = (*env)->GetMethodID(env, cls, "<init>", "(ZLjava/lang/String;)V");
     return (*env)->NewObject(env, cls, constructor, success, message_str);
 }
 
     jmethodID constructor = (*env)->GetMethodID(env, cls, "<init>", "(ZLjava/lang/String;)V");
     return (*env)->NewObject(env, cls, constructor, success, message_str);
 }
 
-JNIEXPORT jobject JNICALL Java_org_cacert_gigi_natives_SetUID_setUid
+JNIEXPORT jobject JNICALL Java_club_wpia_gigi_natives_SetUID_setUid
         (JNIEnv *env, jobject obj, jint uid_, jint gid_) {
 
     /* We don't need the reference for the object/class we are working on */
         (JNIEnv *env, jobject obj, jint uid_, jint gid_) {
 
     /* We don't need the reference for the object/class we are working on */