* Added a torrent::ClientInfo object to torrent::PeerInfo.

* Removed the old display::ClientInfo code.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@806 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-11-17 14:50:45 +00:00
parent a5e7acc61b
commit f9916b574f
7 changed files with 13 additions and 311 deletions
-5
View File
@@ -55,7 +55,6 @@ namespace core {
namespace display {
class Manager;
class ClientInfo;
}
namespace input {
@@ -98,8 +97,6 @@ public:
CommandScheduler* command_scheduler() { return m_commandScheduler; }
utils::VariableMap* variable() { return m_variables; }
display::ClientInfo* client_info() { return m_clientInfo; }
uint64_t tick() const { return m_tick; }
void inc_tick() { m_tick++; }
@@ -128,8 +125,6 @@ private:
CommandScheduler* m_commandScheduler;
utils::VariableMap* m_variables;
display::ClientInfo* m_clientInfo;
uint64_t m_tick;
mode_t m_umask;