[Lapetus-cvs] lapetus lapetus.h,1.7,1.8
Status: Inactive
Brought to you by:
cyberwarriorx
From: Theo B. <cyb...@us...> - 2007-03-03 05:19:51
|
Update of /cvsroot/lapetus/lapetus In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14950 Modified Files: lapetus.h Log Message: -Added new error type(unsupported feature) Index: lapetus.h =================================================================== RCS file: /cvsroot/lapetus/lapetus/lapetus.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- lapetus.h 3 Mar 2007 03:56:05 -0000 1.7 +++ lapetus.h 3 Mar 2007 05:19:48 -0000 1.8 @@ -48,5 +48,6 @@ #define LAPETUS_ERR_UNKNOWN -7 // Unknown error #define LAPETUS_ERR_AUTH -8 // Disc authentication error #define LAPETUS_ERR_FILENOTFOUND -9 // File not found error +#define LAPETUS_ERR_UNSUPPORTED -10 // Unsupported feature #endif |