commit in the middle of address refactoring

This commit is contained in:
Jonas Bonér 2011-04-08 15:29:14 +02:00
parent 654fc3166e
commit 5f918e55bc
30 changed files with 588 additions and 798 deletions

View file

@ -142,7 +142,7 @@ trait MessageDispatcher {
val i = uuids.iterator
while (i.hasNext()) {
val uuid = i.next()
Actor.registry.actorFor(uuid) match {
Actor.registry.local.actorFor(uuid) match {
case Some(actor) => actor.stop
case None => {}
}