* 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:
rakshasa
2007-10-25 09:13:30 +00:00
parent 4038e78665
commit d13e502ee4
8 changed files with 18 additions and 235 deletions
+9
View File
@@ -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