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

Definition at line 1738 of file dim_jni.c.

References dic_get_dns_port(), and Java_dim_DimService_setQuality().

Referenced by Java_dim_DimServer_getDnsPort().

1739 {
1740 
1741  if(env){}
1742  if(This){}
1743  return dic_get_dns_port();
1744 }
int dic_get_dns_port()
Definition: open_dns.c:130

+ Here is the call graph for this function:

+ Here is the caller graph for this function: