Fix actor ref spec
This commit is contained in:
parent
14751f7d29
commit
42e1bba164
6 changed files with 57 additions and 28 deletions
|
|
@ -47,14 +47,12 @@ object Types {
|
|||
def Headers(): Headers = Nil
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
trait Mist {
|
||||
import javax.servlet.ServletContext
|
||||
|
||||
|
||||
protected def application: AkkaApplication
|
||||
|
||||
/**
|
||||
|
|
@ -124,7 +122,7 @@ trait Mist {
|
|||
|
||||
trait RootEndpointLocator {
|
||||
var root: ActorRef = null
|
||||
|
||||
|
||||
protected def application: AkkaApplication
|
||||
|
||||
def configureRoot(address: String) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue