Switched special debug levels to using a hashmap internally

svn-id: r36141
This commit is contained in:
Max Horn 2009-01-30 05:03:04 +00:00
parent 76deee02d6
commit 7b50c293e6
2 changed files with 26 additions and 32 deletions

View file

@ -82,7 +82,7 @@ typedef List<SpecialDebugLevel> SpecialDebugLevelList;
* Lists all debug levels
* @return returns a arry with all debug levels
*/
const SpecialDebugLevelList &listSpecialDebugLevels();
SpecialDebugLevelList listSpecialDebugLevels();
/**