X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=classes.lisp;h=2a49ec1d3f0cd5947e009ad2159cff6ac394554b;hp=965491eaf6a32677b1b1e5b0729fc5ac3e183b17;hb=fe6fd1cd39dd145adb1c479cab619a2ce6d1c3eb;hpb=c28c5678e980a71b9f3d23650b0323ccb75198c4 diff --git a/classes.lisp b/classes.lisp index 965491e..2a49ec1 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ x;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: wol -*- ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: classes.lisp,v 1.6 2003/08/08 23:40:13 kevin Exp $ +;;;; $Id: classes.lisp,v 1.7 2003/08/10 07:38:37 kevin Exp $ ;;;; ;;;; This file and Wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -100,3 +100,6 @@ x;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: wol -*- "The output stream for the current request") (defconstant +length-session-id+ 24) + +(defvar *req* nil "Current request") +(defvar *ent* nil "Current entity")