FACT++  1.0
JNIEXPORT jstring JNICALL Java_dim_Client_getServices ( JNIEnv *  env,
jclass  This 
)

Definition at line 1382 of file dim_jni.c.

References dic_get_conn_id(), dic_get_server_services(), id, and Java_dim_Server_addService().

Referenced by Java_dim_Client_getServer().

1383 {
1384  int id;
1385 
1386  if(This){}
1387  if( (id = dic_get_conn_id()) )
1388  return (*env)->NewStringUTF(env, dic_get_server_services(id));
1389  else
1390  return NULL;
1391 }
char id[4]
Definition: FITS.h:71
char * dic_get_server_services(int conn_id)
Definition: dic.c:2238
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: