From 247fa39146e69b658f5adf5145a3472487eab321 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 20 Jun 2003 08:50:38 +0000 Subject: [PATCH] r5168: *** empty log message *** --- metaclass.lisp | 4 ++-- mop.lisp | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/metaclass.lisp b/metaclass.lisp index 41bd0ee..5a0345f 100644 --- a/metaclass.lisp +++ b/metaclass.lisp @@ -8,7 +8,7 @@ ;;;; Date Started: Apr 2000 ;;;; ;;;; -;;;; $Id: metaclass.lisp,v 1.10 2003/06/20 08:35:21 kevin Exp $ +;;;; $Id: metaclass.lisp,v 1.11 2003/06/20 08:50:38 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -17,7 +17,7 @@ (defparameter *class-options* '(:user-name :default-print-slots :description :version :sql-name - :direct-rules :guid :version :direct-functions :direct-views) + :guid :version :direct-functions :direct-views :direct-rules) "List of class options for hyperobjects.") (defparameter *slot-options* '(:value-type :print-formatter :description :short-description :user-name diff --git a/mop.lisp b/mop.lisp index 3c9ac2e..0a6f6f1 100644 --- a/mop.lisp +++ b/mop.lisp @@ -11,7 +11,7 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: mop.lisp,v 1.77 2003/06/20 08:35:21 kevin Exp $ +;;;; $Id: mop.lisp,v 1.78 2003/06/20 08:50:38 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -37,9 +37,6 @@ (version :initarg :version :initform nil :accessor version :documentation "Version number for class") - (direct-rules :initarg :direct-rules :initform nil - :accessor dirst-rules - :documentation "Rules to fire on slot changes") (closures :initarg :closures :initform nil :accessor closures :documentation "Closures to call on slot chnages") -- 2.34.1