Changes in libcfa/src/parseconfig.hfa [6a93e4d:b5e725a]
- File:
-
- 1 edited
-
libcfa/src/parseconfig.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.hfa
r6a93e4d rb5e725a 2 2 3 3 #include <math.trait.hfa> 4 #include <Exception.hfa> 4 5 5 6 … … 62 63 63 64 64 exception Missing_Config_Entries { 65 ExceptionDecl( Missing_Config_Entries, 65 66 unsigned int num_missing; 66 };67 ); 67 68 68 69 [ void ] msg( * Missing_Config_Entries ex ); 69 70 70 exception Parse_Failure { 71 ExceptionDecl( Parse_Failure, 71 72 * char failed_key; 72 73 * char failed_value; 73 };74 ); 74 75 75 76 [ void ] msg( * Parse_Failure ex ); 76 77 77 exception Validation_Failure { 78 ExceptionDecl( Validation_Failure, 78 79 * char failed_key; 79 80 * char failed_value; 80 };81 ); 81 82 82 83 [ void ] msg( * Validation_Failure ex );
Note:
See TracChangeset
for help on using the changeset viewer.