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

Definition at line 1352 of file dim_jni.c.

References dic_get_conn_id(), and Java_dim_Client_getServer().

Referenced by Java_dim_Client_getServerPID().

1353 {
1354  if(env){}
1355  if(This){}
1356  return dic_get_conn_id();
1357 }
int dic_get_conn_id()
Definition: dic.c:2300

+ Here is the call graph for this function:

+ Here is the caller graph for this function: