Separate class for SystemGuardian, see #2552

* Also checks that the Terminated originates for user guardian
This commit is contained in:
Patrik Nordwall 2012-09-28 12:24:17 +02:00
parent 6f727ecd29
commit dec3184dfa
2 changed files with 28 additions and 9 deletions

View file

@ -25,7 +25,7 @@ private[akka] case class DaemonMsgCreate(props: Props, deploy: Deploy, path: Str
private[akka] class RemoteSystemDaemon(system: ActorSystemImpl, _path: ActorPath, _parent: InternalActorRef, _log: LoggingAdapter)
extends VirtualPathContainer(system.provider, _path, _parent, _log) {
import akka.actor.Guardian._
import akka.actor.SystemGuardian._
private val terminating = new Switch(false)