Removing the old Supervision-DSL and replacing it with a temporary one

This commit is contained in:
Viktor Klang 2011-09-30 14:52:07 +02:00
parent d9cc9e3105
commit 69768dbc96
30 changed files with 69 additions and 483 deletions

View file

@ -34,9 +34,8 @@ import DeploymentConfig._
import akka.event.EventHandler
import akka.dispatch.{ Dispatchers, Future, PinnedDispatcher }
import akka.config.{ Config, Supervision }
import Supervision._
import Config._
import akka.config.Config
import akka.config.Config._
import akka.serialization.{ Serialization, Serializer, ActorSerialization, Compression }
import ActorSerialization._