mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 13:12:32 +00:00
Working option file, doesn't yet load from a sane place.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@449 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -26,9 +26,8 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
// No members with dtor's allowed.
|
||||
struct OptionHandlerBase {
|
||||
virtual ~OptionHandlerBase();
|
||||
|
||||
virtual void process(const std::string& key, const std::string& arg) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user