mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 06:32:31 +00:00
* Put both global and download specific commands in a single
CommandMap. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@914 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
// Skomakerveien 33
|
||||
// 3185 Skoppum, NORWAY
|
||||
|
||||
#ifndef RTORRENT_UTILS_COMMAND_SLOT_H
|
||||
#define RTORRENT_UTILS_COMMAND_SLOT_H
|
||||
#ifndef RTORRENT_RPC_COMMAND_SLOT_H
|
||||
#define RTORRENT_RPC_COMMAND_SLOT_H
|
||||
|
||||
#include <functional>
|
||||
#include <limits>
|
||||
@@ -43,9 +43,9 @@
|
||||
#include <torrent/object.h>
|
||||
#include <rak/functional_fun.h>
|
||||
|
||||
#include "rpc/command.h"
|
||||
#include "command.h"
|
||||
|
||||
namespace utils {
|
||||
namespace rpc {
|
||||
|
||||
class CommandSlot : public Command {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user