mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 03:02:30 +00:00
* Print to the log when close_on_diskspace gets triggered.
* Cleared out unused TextElement code. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@994 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -193,6 +193,15 @@ protected:
|
||||
const char* m_commandEnd;
|
||||
};
|
||||
|
||||
namespace helpers {
|
||||
|
||||
inline TextElementCommand*
|
||||
te_command(const char* command, int flags = TextElementCommand::flag_normal, int attributes = Attributes::a_invalid) {
|
||||
return new TextElementCommand(command, flags, attributes, TextElementCommand::extent_full);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user