Merged with release_1_0_RC1 plus fixed some tests

This commit is contained in:
Viktor Klang 2010-12-20 12:10:46 +01:00
commit dc15562ce1
15 changed files with 169 additions and 51 deletions

View file

@ -238,7 +238,8 @@ trait RemoteClientModule extends RemoteModule { self: RemoteModule =>
isOneWay: Boolean,
actorRef: ActorRef,
typedActorInfo: Option[Tuple2[String, String]],
actorType: ActorType): Option[CompletableFuture[T]]
actorType: ActorType,
loader: Option[ClassLoader]): Option[CompletableFuture[T]]
//TODO: REVISIT: IMPLEMENT OR REMOVE
//private[akka] def registerSupervisorForActor(actorRef: ActorRef): ActorRef