* 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:
rakshasa
2007-10-25 11:00:24 +00:00
parent d13e502ee4
commit ff2c25bdeb
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -39,7 +39,7 @@
#include <deque>
#include <string>
#include <sigc++/slot.h>
#include <sigc++/functors/slot.h>
namespace core {
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -41,7 +41,7 @@
#include <list>
#include <map>
#include <string>
#include <sigc++/slot.h>
#include <sigc++/functors/slot.h>
namespace torrent {
class HashString;
+1 -1
View File
@@ -39,7 +39,7 @@
#include <map>
#include <string>
#include <sigc++/slot.h>
#include <sigc++/functors/slot.h>
#include "download.h"
+1 -1
View File
@@ -39,7 +39,7 @@
#include <map>
#include <ncurses.h>
#include <sigc++/slot.h>
#include <sigc++/functors/slot.h>
namespace input {
+1 -1
View File
@@ -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
View File
@@ -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.
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"