Changeset c760fc9 in nscp for include/settings/settings_interface_impl.hpp
- Timestamp:
- 01/11/11 07:07:30 (2 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 1f24a1c
- Parents:
- 58ee653
- File:
-
- 1 edited
-
include/settings/settings_interface_impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
include/settings/settings_interface_impl.hpp
r1ecd26f rc760fc9 125 125 return core_; 126 126 } 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 } 127 132 128 133 void add_child(std::wstring context) {
Note: See TracChangeset
for help on using the changeset viewer.








