Refactor Aquarium to make it more configurable
[aquarium] / src / main / scala / gr / grnet / aquarium / actor / RoleableActor.scala
index 5e1b41c..eb92f67 100644 (file)
@@ -45,7 +45,7 @@ import util.{Loggable, shortClassNameOf}
  *
  * @author Christos KK Loverdos <loverdos@gmail.com>.
  */
-trait RoleableActor extends Actor with Loggable {
+trait RoleableActor extends Actor with Loggable with AquariumAwareSkeleton {
   def role: ActorRole
 
   override def toString = "%s@%s(%s)".format(shortClassNameOf(this), System.identityHashCode(this), role.role)