X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=classes.lisp;h=ba5440a7adb653cbc2f12f8bdaf277ca6876f7dc;hb=b2a8ce33193d1621e9232521e779adf6a7d872f3;hp=4918be1fadadc12aaa830f2177f138fe3e853877;hpb=ad10f85ccddf4cdc4fdabe5bc28622975338d552;p=wol.git diff --git a/classes.lisp b/classes.lisp index 4918be1..ba5440a 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: classes.lisp,v 1.4 2003/08/05 23:00:28 kevin Exp $ +;;;; $Id: classes.lisp,v 1.5 2003/08/08 09:03:45 kevin Exp $ ;;;; ;;;; This file and Wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -62,7 +62,6 @@ (ml-server :initarg :ml-server :reader request-ml-server) (aserve-server :initarg :aserve-server :reader request-aserve-server) (host :initarg :host :accessor request-host) - (vhost :initarg :vhost :accessor request-vhost) (desired-query :initform nil :accessor request-desired-query :documentation "type of query alist requested") (posted-content :initarg :posted-content :accessor request-posted-content)