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

Definition at line 1185 of file dim_jni.c.

References dic_get_timestamp(), and Java_dim_Server_startServing().

Referenced by Java_dim_DimInfo_getTimestamp().

1186 {
1187  int mysecs, mymilli;
1188  if(env){}
1189  if(This){}
1190  dic_get_timestamp(sid, &mysecs, &mymilli);
1191  return mymilli;
1192 }
int dic_get_timestamp(unsigned serv_id, int *secs, int *milisecs)
Definition: dic.c:984

+ Here is the call graph for this function:

+ Here is the caller graph for this function: