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

Definition at line 1154 of file dim_jni.c.

References dic_get_quality(), and Java_dim_DimInfo_getTimestamp().

Referenced by Java_dim_Client_stop().

1155 {
1156  int ret;
1157 
1158  if(env){}
1159  if(This){}
1160  ret = dic_get_quality(sid);
1161  return ret;
1162 }
int dic_get_quality(unsigned serv_id)
Definition: dic.c:937

+ Here is the call graph for this function:

+ Here is the caller graph for this function: