Database portion of the offer/request/transfer protocol (untested).

This commit is contained in:
akwizgran
2011-07-26 15:40:34 +01:00
parent a86ef2142f
commit 10edc05dff
9 changed files with 436 additions and 19 deletions

View File

@@ -45,7 +45,7 @@ DatabaseCleaner.Callback {
* Removes the oldest messages from the database, with a total size less
* than or equal to the given size.
*/
protected abstract void expireMessages(long size) throws DbException;
protected abstract void expireMessages(int size) throws DbException;
/**
* Calculates and returns the sendability score of a message.