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

Definition at line 1281 of file dim_jni.c.

References DBGe, dim_Dbg_GETCLIENT, dis_get_conn_id(), and Java_dim_Server_getClient().

Referenced by server_getInfo_callback().

1282 {
1283  DBGe(dim_Dbg_GETCLIENT) printf("DimJNI: Server.getClientConnID\n");
1284 
1285  if(env){}
1286  if(This){}
1287  return dis_get_conn_id();
1288 }
int dis_get_conn_id()
Definition: dis.c:2795
#define dim_Dbg_GETCLIENT
Definition: dim_jni.h:56
#define DBGe(test)
Definition: dim_jni.c:64
if(extraDns) new Dns

+ Here is the call graph for this function:

+ Here is the caller graph for this function: