Mid ActorID refactoring

This commit is contained in:
Jonas Bonér 2010-04-30 20:22:45 +02:00
parent f35ff945ef
commit 803838d315
10 changed files with 508 additions and 542 deletions

View file

@ -89,7 +89,7 @@ object RemoteServer {
}
class RemoteActorSet {
val actors = new ConcurrentHashMap[String, Actor]
val actors = new ConcurrentHashMap[String, ActorID]
val activeObjects = new ConcurrentHashMap[String, AnyRef]
}