* Removed old non-download set/get functions from VariableMap.

* Added forgotten command_download.cc file.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@900 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-05-11 22:47:15 +00:00
parent 0182bfbfba
commit 032bae7030
15 changed files with 113 additions and 98 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ Control::initialize() {
m_core->initialize_second();
m_core->listen_open();
m_core->download_store()->enable(m_variables->get_value("get_session_lock"));
m_core->download_store()->enable(m_variables->call_command_value("get_session_lock"));
m_core->set_hashing_view(*m_viewManager->find_throw("hashing"));
m_scheduler->set_view(*m_viewManager->find_throw("scheduler"));