Changeset 995:17e5964af219
- Timestamp:
- 08/05/08 12:20:06 (4 years ago)
- Branch:
- libdodo
- Location:
- trunk/include/libdodo
- Files:
-
- 2 edited
-
dbMysqlEx.h (modified) (1 diff)
-
toolsLibraryEx.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/libdodo/dbMysqlEx.h
r974 r995 37 37 namespace dodo 38 38 { 39 /** 40 * IDs of functions where exception might be thrown 41 */ 42 enum mysqlFunctionsID 39 namespace db 43 40 { 44 MYSQLEX_CONNECT, 45 MYSQLEX_EXEC, 46 MYSQLEX_GETFIELDSTYPES, 41 /** 42 * IDs of functions where exception might be thrown 43 */ 44 enum mysqlFunctionsID 45 { 46 MYSQLEX_CONNECT, 47 MYSQLEX_EXEC, 48 MYSQLEX_GETFIELDSTYPES, 49 }; 47 50 }; 48 51 }; -
trunk/include/libdodo/toolsLibraryEx.h
r981 r995 37 37 namespace dodo 38 38 { 39 /** 40 * libdodo defined errors 41 */ 42 enum libraryExR 39 namespace toosl 43 40 { 44 LIBRARYEX_LIBRARYNOTOPENED, 45 }; 41 /** 42 * libdodo defined errors 43 */ 44 enum libraryExR 45 { 46 LIBRARYEX_LIBRARYNOTOPENED, 47 }; 46 48 47 /** 48 * explanations for libdodo defined errors 49 */ 50 #define TOOLSLIBRARYEX_LIBRARYNOTOPENED_STR "Library was not opened." 51 /** 52 * IDs of functions where exception might be thrown 53 */ 54 enum libraryFunctionsID 55 { 56 LIBRARYEX_OPEN, 57 LIBRARYEX_CLOSE, 58 LIBRARYEX_GET, 59 LIBRARYEX_BROPERATORSTRING, 60 LIBRARYEX_GETSYMBOLS, 49 /** 50 * explanations for libdodo defined errors 51 */ 52 #define TOOLSLIBRARYEX_LIBRARYNOTOPENED_STR "Library was not opened." 53 /** 54 * IDs of functions where exception might be thrown 55 */ 56 enum libraryFunctionsID 57 { 58 LIBRARYEX_OPEN, 59 LIBRARYEX_CLOSE, 60 LIBRARYEX_GET, 61 LIBRARYEX_BROPERATORSTRING, 62 LIBRARYEX_GETSYMBOLS, 63 }; 61 64 }; 62 65 };
Note: See TracChangeset
for help on using the changeset viewer.
