mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 18:52:30 +00:00
* Bumped version to 0.7.9/0.11.9.
* Fixed more sigc++ header includes. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@995 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
AC_INIT(rtorrent, 0.7.8, jaris@ifi.uio.no)
|
||||
AC_INIT(rtorrent, 0.7.9, jaris@ifi.uio.no)
|
||||
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <deque>
|
||||
#include <string>
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
|
||||
namespace core {
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#define RTORRENT_CORE_DOWNLOAD_FACTORY_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
#include <rak/priority_queue_default.h>
|
||||
#include <torrent/object.h>
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
|
||||
namespace torrent {
|
||||
class HashString;
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
|
||||
#include "download.h"
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <ncurses.h>
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
|
||||
namespace input {
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#ifndef RTORRENT_INPUT_INPUT_EVENT_H
|
||||
#define RTORRENT_INPUT_INPUT_EVENT_H
|
||||
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
#include <torrent/event.h>
|
||||
#include <torrent/poll.h>
|
||||
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
|
||||
// Throws std::runtime_error upon receiving bad input.
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#define RTORRENT_SIGNAL_HANDLER_H
|
||||
|
||||
#include <sys/signal.h>
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
|
||||
class SignalHandler {
|
||||
public:
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#ifndef RTORRENT_UI_DOWNLOAD_LIST_H
|
||||
#define RTORRENT_UI_DOWNLOAD_LIST_H
|
||||
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
|
||||
#include "display/manager.h"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#ifndef RTORRENT_UI_ELEMENT_MENU_H
|
||||
#define RTORRENT_UI_ELEMENT_MENU_H
|
||||
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
|
||||
#include "core/download.h"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#ifndef RTORRENT_UI_ELEMENT_TEXT_H
|
||||
#define RTORRENT_UI_ELEMENT_TEXT_H
|
||||
|
||||
#include <sigc++/slot.h>
|
||||
#include <sigc++/functors/slot.h>
|
||||
|
||||
#include "core/download.h"
|
||||
#include "display/text_element_string.h"
|
||||
|
||||
Reference in New Issue
Block a user