X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=classes.lisp;h=a11e8886abb3d729af6cdafa450dd6fce9b251e5;hb=3e423cb89e5838ab11edb6f128331ebbc8b85f4e;hp=27d16549c5ad4d64fc2eefd2e093bf3cefe5d551;hpb=5b681c40455d3619afb96a8335a94cd2a411e0c6;p=wol.git diff --git a/classes.lisp b/classes.lisp index 27d1654..a11e888 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: classes.lisp,v 1.9 2003/08/15 14:04:57 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file and Wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -48,6 +48,8 @@ (defclass entity () ((project :initarg :project :accessor entity-project) + (generators :initarg :generators :accessor entity-generators + :documentation "List of waiting page generators") (aserve-entity :initarg :aserve-entity :initform nil :accessor entity-aserve-entity)))