Fixing mailboxSize for ThreadBasedDispatcher

This commit is contained in:
Viktor Klang 2010-09-03 11:43:58 +02:00
parent 8e1c3ace5c
commit 68a6319bbe
4 changed files with 13 additions and 8 deletions

View file

@ -96,7 +96,7 @@ trait MessageDispatcher extends Logging {
/**
* Returns the size of the mailbox for the specified actor
*/
def mailboxSize(actorRef: ActorRef):Int = 0
def mailboxSize(actorRef: ActorRef):Int
/**
* Creates and returns a mailbox for the given actor