Renamed stopAllLinkedActors to stopAllAttachedActors

This commit is contained in:
Viktor Klang 2010-10-24 16:31:19 +02:00
parent 990b933d8f
commit b745f9839d

View file

@ -101,7 +101,7 @@ trait MessageDispatcher extends MailboxFactory with Logging {
/**
* Traverses the list of actors (uuids) currently being attached to this dispatcher and stops those actors
*/
def stopAllLinkedActors {
def stopAllAttachedActors {
val i = uuids.iterator
while(i.hasNext()) {
val uuid = i.next()