Ignore:
Timestamp:
01/11/11 07:07:30 (2 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
1f24a1c
Parents:
58ee653
Message:
  • Fixed so old settings mappings are read/stored in a text file
  • Changed so all polugin use the "simple-plugin interface
  • Created a settings helper for the "core" (and started to use it)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/settings/settings_interface_impl.hpp

    r1ecd26f rc760fc9  
    125125      return core_; 
    126126    } 
     127    logger_interface* get_logger() const { 
     128      if (core_ == NULL) 
     129        throw settings_exception(_T("FATAL ERROR: Settings subsystem not initialized")); 
     130      return core_->get_logger(); 
     131    } 
    127132 
    128133    void add_child(std::wstring context) { 
Note: See TracChangeset for help on using the changeset viewer.