mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 21:22:31 +00:00
Work on peer info display.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@260 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -8,11 +8,15 @@ namespace ui {
|
||||
|
||||
class Control {
|
||||
public:
|
||||
Control() {}
|
||||
|
||||
display::Manager& get_display() { return m_display; }
|
||||
input::Manager& get_input() { return m_input; }
|
||||
|
||||
private:
|
||||
Control(const Control&);
|
||||
void operator = (const Control&);
|
||||
|
||||
display::Manager m_display;
|
||||
input::Manager m_input;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user