Export LoL 3 symbols
authorDrew Crampsie <drewc@tech.coop>
Thu, 12 Jan 2006 12:13:21 +0000 (04:13 -0800)
committerDrew Crampsie <drewc@tech.coop>
Thu, 12 Jan 2006 12:13:21 +0000 (04:13 -0800)
darcs-hash:20060112121321-5417e-82765dcad669b9c531cf97d57577a000d53b5a83.gz

src/lisp-on-lines.lisp
src/packages.lisp

index 617b124..3c02bd9 100644 (file)
@@ -43,7 +43,6 @@
 ;;;; The following macros are used to initialise a set of database tables as LoL objects.
 
 
-
 (eval-when (:compile-toplevel :load-toplevel :execute)
   (defun generate-define-view-for-table (table)
     "
index c97a07c..483f5ea 100644 (file)
    :get-foreign-instances)
   
   (:export 
-   ;;;; LoL 
+   ;;;; CLSQL meta-model/default attributes definers
+   ;;;; TODO: should be moved to meta-model,
+   ;;;; with lol specific function implemented like the
+   ;;;; CLOS meta-model
    :define-view-for-table
    :define-views-for-database
 
+
+   ;;;; The LoL 3 displays
+   :defdisplay
+   :defattribute
+   :display
+   :display-using-description
+   :call-display
+
    ;;;;a wrapper for calling make-presentation
    :call-view
    :present-view