Added slot for poll creation.

This commit is contained in:
Jari Sundell
2011-12-21 01:54:29 +09:00
parent 007d83e904
commit 28634f2c8c
4 changed files with 9 additions and 6 deletions
+4 -4
View File
@@ -37,12 +37,12 @@
#ifndef RTORRENT_CORE_POLL_MANAGER_H
#define RTORRENT_CORE_POLL_MANAGER_H
#include <rak/timer.h>
#include <sigc++/signal.h>
#include <torrent/poll.h>
#include "curl_stack.h"
namespace torrent {
class Poll;
}
namespace core {
torrent::Poll* create_poll();