Show
Ignore:
Timestamp:
09/09/10 13:03:26 (21 months ago)
Author:
westram
Message:
  • report more information about broken configurations
  • GBT_commit_rename_session did NEVER report error (since [2])
    • added __ATTR__USERESULT
  • forward error in AWTC_pars_names (and abort complete rename)
  • this fixes the bug with noticable broken configs after merge/rename
    • cause of bug: the config parser used inside ABRDB is much more picky than the one used in NTREE (needs to be DRYed)
    • no idea when this bug was introduced (maybe by introduction of GBT_config_parser in [3824]) and why it popped up now
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ARBDB/ad_t_prot.h

    r6646 r6811  
    7979GB_ERROR GBT_rename_species(const char *oldname, const char *newname, bool ignore_protection); 
    8080GB_ERROR GBT_abort_rename_session(void); 
    81 GB_ERROR GBT_commit_rename_session(int (*show_status)(double gauge), int (*show_status_text)(const char *)); 
     81GB_ERROR GBT_commit_rename_session(int (*show_status)(double gauge), int (*show_status_text)(const char *)) __ATTR__USERESULT; 
    8282 
    8383/* adseqcompr.cxx */