mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 23:22:31 +00:00
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user