Renaming startsMonitoring/stopsMonitoring to startsWatching and stopsWatching

This commit is contained in:
Viktor Klang 2011-11-16 16:46:16 +01:00
parent af3600b175
commit 18bfa26272
15 changed files with 33 additions and 33 deletions

View file

@ -291,9 +291,9 @@ private[akka] case class RemoteActorRef private[akka] (
@throws(classOf[java.io.ObjectStreamException])
private def writeReplace(): AnyRef = remote.app.provider.serialize(this)
def startsMonitoring(actorRef: ActorRef): ActorRef = unsupported //FIXME Implement
def startsWatching(actorRef: ActorRef): ActorRef = unsupported //FIXME Implement
def stopsMonitoring(actorRef: ActorRef): ActorRef = unsupported //FIXME Implement
def stopsWatching(actorRef: ActorRef): ActorRef = unsupported //FIXME Implement
protected[akka] def restart(cause: Throwable): Unit = ()