FACT++  1.0
JNIEXPORT void JNICALL Java_dim_DimService_setQuality ( JNIEnv *  env,
jclass  This,
jint  sid,
jint  qual 
)

Definition at line 1752 of file dim_jni.c.

References dis_set_quality, and Java_dim_DimService_setTimestamp().

Referenced by Java_dim_DimClient_getDnsPort().

1753 {
1754 
1755  if(env){}
1756  if(This){}
1757  dis_set_quality(sid, qual);
1758  return;
1759 }
#define dis_set_quality
Definition: dis.h:22

+ Here is the call graph for this function:

+ Here is the caller graph for this function: