Move hotswap stack into Actor trait. See #1717

This commit is contained in:
Patrik Nordwall 2012-01-30 13:27:48 +01:00
parent c1178c9b1a
commit d12d56a1ae
6 changed files with 78 additions and 23 deletions

View file

@ -22,7 +22,6 @@ object Props {
final val defaultRoutedProps: RouterConfig = NoRouter
final val noHotSwap: Stack[Actor.Receive] = Stack.empty
final val empty = new Props(() new Actor { def receive = Actor.emptyBehavior })
/**