Add torrent_resumed alert

This commit is contained in:
Andrew Resch
2008-06-08 05:14:40 +00:00
parent 840f9be276
commit 3ea075f169
3 changed files with 18 additions and 0 deletions

View File

@@ -271,4 +271,8 @@ void bind_alert()
)
.def_readonly("name", &file_renamed_alert::name)
;
class_<torrent_resumed_alert, bases<torrent_alert>, noncopyable>(
"torrent_resumed_alert", no_init
);
}