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

Definition at line 1248 of file diccpp.cxx.

References DimErrorHandler::errorHandler(), and DimCore::inCallback.

Referenced by DimClient::addErrorHandler().

1249 {
1250 
1251  DimCore::inCallback = 2;
1252  if(DimClient::itsCltError != 0)
1253  DimClient::itsCltError->errorHandler(severity, code, msg);
1254  DimCore::inCallback = 0;
1255 }
static DimErrorHandler * itsCltError
Definition: dic.hxx:437
static int inCallback
Definition: dim.hxx:11
virtual void errorHandler(int severity, int code, char *msg)=0

+ Here is the call graph for this function:

+ Here is the caller graph for this function: