FACT++  1.0
JNIEXPORT jint JNICALL Java_dim_Server_removeService ( JNIEnv *  env,
jclass  This,
jint  sid 
)

Definition at line 1483 of file dim_jni.c.

References DBGe, dim_Dbg_RELEASE_SERVICE, dis_remove_service, and Java_dim_Server_noPadding().

Referenced by Java_dim_Server_selectiveUpdateService().

1484 {
1485  DBGe(dim_Dbg_RELEASE_SERVICE) printf("DimJNI: Server.removedService %d\n", sid);
1486  if(env){}
1487  if(This){}
1488  dis_remove_service(sid);
1489  return 0;
1490 }
#define dis_remove_service
Definition: dis.h:19
#define DBGe(test)
Definition: dim_jni.c:64
if(extraDns) new Dns
#define dim_Dbg_RELEASE_SERVICE
Definition: dim_jni.h:48

+ Here is the call graph for this function:

+ Here is the caller graph for this function: