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

Definition at line 1315 of file dim_jni.c.

References DBGe, dim_Dbg_GETCLIENT, dis_get_client_services(), dis_get_conn_id(), id, and Java_dim_Client_getServerPID().

Referenced by Java_dim_Server_getClient().

1316 {
1317  int id;
1318 
1319  DBGe(dim_Dbg_GETCLIENT) printf("DimJNI: Server.getClientServices\n");
1320 
1321  if(This){}
1322  if( (id = dis_get_conn_id()) )
1323  return (*env)->NewStringUTF(env, dis_get_client_services(id));
1324  else
1325  return NULL;
1326 }
char id[4]
Definition: FITS.h:71
int dis_get_conn_id()
Definition: dis.c:2795
#define dim_Dbg_GETCLIENT
Definition: dim_jni.h:56
char * dis_get_client_services(int conn_id)
Definition: dis.c:2536
#define DBGe(test)
Definition: dim_jni.c:64
if(extraDns) new Dns

+ Here is the call graph for this function:

+ Here is the caller graph for this function: