Make akka-sample-osgi-dining-hakkers compile again. See #3212

This commit is contained in:
Björn Antonsson 2013-04-09 11:02:36 +02:00
parent 2375972969
commit 1a8be3aad2

View file

@ -7,16 +7,13 @@ import language.postfixOps
import akka.cluster.Cluster import akka.cluster.Cluster
import akka.cluster.ClusterEvent.{ CurrentClusterState, LeaderChanged } import akka.cluster.ClusterEvent.{ CurrentClusterState, LeaderChanged }
import akka.event.Logging import akka.event.Logging
import scala.concurrent.duration._
import akka.sample.osgi.api._ import akka.sample.osgi.api._
import akka.actor.{ RootActorPath, Address, ActorRef, Actor }
//Akka adaptation of //Akka adaptation of
//http://www.dalnefre.com/wp/2010/08/dining-philosophers-in-humus/ //http://www.dalnefre.com/wp/2010/08/dining-philosophers-in-humus/
import akka.actor._
import scala.concurrent.duration._
import akka.sample.osgi.api._
/* /*
* A Chopstick is an actor, it can be taken, and put back * A Chopstick is an actor, it can be taken, and put back
*/ */