Changeset 8013c0c in nscp for helpers


Ignore:
Timestamp:
01/23/12 07:41:06 (16 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
6a30f44
Parents:
28f6a64
Message:
  • Fixed so NSCAClient parses address correctly
  • settings exception is now derived from exception meaning it will show up more with details (instead of unknown)
  • Added API for handling log level (replaces older debug flag)
  • Added options for settings debug level
  • Changed to --settings is a global argument (meaning you can use it in any mode)
  • Added arguments parsing to test: so you can use global arguments such as --log and --settings.
  • Removed memory leak in settings parsing interface
File:
1 edited

Legend:

Unmodified
Added
Removed
  • helpers/settings_manager/settings_manager_impl.cpp

    r89838be r8013c0c  
    2424  inline NSCSettingsImpl* internal_get() { 
    2525    if (settings_impl == NULL) 
    26       throw "Settings has not been initiated!"; 
     26      throw settings::settings_exception(_T("Settings has not been initiated!")); 
    2727    return settings_impl; 
    2828  } 
Note: See TracChangeset for help on using the changeset viewer.