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

Definition at line 778 of file discpp.cxx.

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

Referenced by DimServer::addErrorHandler(), and DimRpc::storeIt().

779 {
780 
782  if(DimServer::itsSrvError != 0)
783  DimServer::itsSrvError->errorHandler(severity, code, msg);
785 }
static int inCallback
Definition: dim.hxx:11
virtual void errorHandler(int severity, int code, char *msg)=0
static DimErrorHandler * itsSrvError
Definition: dis.hxx:97

+ Here is the call graph for this function:

+ Here is the caller graph for this function: