- Timestamp:
- 10/21/11 20:28:02 (19 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- f7a074d
- Parents:
- 98113da
- File:
-
- 1 edited
-
helpers/settings_manager/settings_manager_impl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
helpers/settings_manager/settings_manager_impl.cpp
rfb7e36a r58f0e80 66 66 settings::instance_raw_ptr NSCSettingsImpl::create_instance(std::wstring key) { 67 67 net::wurl url = net::parse(key); 68 if (url.protocol.empty()) { 69 url = net::parse(key + _T("://")); 70 get_logger()->debug(__FILE__, __LINE__, _T("No driver specified attemtping to fake one: ") + url.to_string()); 71 } 68 72 get_logger()->debug(__FILE__, __LINE__, _T("Creating instance for: ") + url.to_string()); 69 73 if (url.host.empty() && url.path.empty())
Note: See TracChangeset
for help on using the changeset viewer.








