Moved method for creating a RoutedActorRef from 'Routing.actorOf' to 'Actor.actorOf'

This commit is contained in:
Jonas Bonér 2011-10-11 11:55:59 +02:00
parent 84f4840926
commit e20866c982
11 changed files with 54 additions and 55 deletions

View file

@ -107,7 +107,7 @@ class RemoteActorRefProvider extends ActorRefProvider {
connections.keys foreach { useActorOnNode(_, address, props.creator) }
Some(Routing.actorOf(RoutedProps(
Some(Actor.actorOf(RoutedProps(
routerFactory = routerFactory,
connectionManager = connectionManager)))
}