Skip to content
Snippets Groups Projects
Commit 8d1181d4 authored by Jean-Damien Durand's avatar Jean-Damien Durand Committed by Steven Murray
Browse files

Added EDLFNOTCONNECTED

parent 0c9a5fd3
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,8 @@
#define EDLFREFEXIST EDLFBASEOFF+3 /* References exist */
#define EDLFNOTFOUND EDLFBASEOFF+4 /* Row was not found in the database */
#define EDLFLOGFORMAT EDLFBASEOFF+5 /* Log file format error */
#define EDLFMAXERR EDLFBASEOFF+5
#define EDLFNOTCONNECTED EDLFBASEOFF+6 /* Connection lost to the database */
#define EDLFMAXERR EDLFBASEOFF+6
/*
*------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment