FACT++  1.0
void client_error_callback ( int  severity,
int  code,
char *  msg 
)

Definition at line 945 of file dim_jni.c.

References callClientErrorHandler().

Referenced by Java_dim_DimErrorHandler_addCltErrorHandler().

946 {
947  callClientErrorHandler(severity, code, msg);
948 }
void callClientErrorHandler(int severity, int code, char *msg)
Definition: dim_jni.c:930

+ Here is the call graph for this function:

+ Here is the caller graph for this function: