switched from DPs to AW proxy

This commit is contained in:
Jonas Boner 2009-05-20 16:54:42 +02:00
parent 33a333e66d
commit 0ad6151dda
16 changed files with 561 additions and 324 deletions

View file

@ -94,7 +94,7 @@ class GenericServerContainer(
private var server: GenericServer = _
private var currentConfig: Option[AnyRef] = None
private var timeout = 5000
private[kernel] var timeout = 5000
// TODO: see if we can parameterize class and add type safe getActor method
//class GenericServerContainer[T <: GenericServer](var factory: () => T) {