ccutil/fileerr.h

Go to the documentation of this file.
00001 
00020 #ifndef           FILEERR_H
00021 #define           FILEERR_H
00022 
00023 #include          "errcode.h"
00024 
00025 const ERRCODE CANTOPENFILE = "Can't open file";
00026 const ERRCODE CANTCREATEFILE = "Can't create file";
00027 const ERRCODE CANTMAKEPIPE = "Can't create pipe";
00028 const ERRCODE CANTCONNECTPIPE = "Can't reconnect pipes to stdin/stdout";
00029 const ERRCODE READFAILED = "Read of file failed";
00030 const ERRCODE WRITEFAILED = "Write of file failed";
00031 const ERRCODE SELECTFAILED = "Select failed";
00032 
00033 const ERRCODE EXECFAILED = "Could not exec new process";
00034 #endif

Generated on Wed Feb 28 19:49:09 2007 for Tesseract by  doxygen 1.5.1