From d7d3e4e34e169dcc7f3ebcf13bda21d602e244f6 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 10 Jan 2008 09:30:11 +0100 Subject: [PATCH] subobject method cleanup. --- lsobjects.lsp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lsobjects.lsp b/lsobjects.lsp index f3a11b3..0f7e827 100644 --- a/lsobjects.lsp +++ b/lsobjects.lsp @@ -94,9 +94,11 @@ ;; (defclass preclist (proto-object-list)) ;; (defclass parents (proto-object-list)) -(defgeneric add-object (obj proto-struct)) -(defgeneric remove-object (obj proto-struct)) +(defgeneric add-object (obj proto-struct &key location)) +(defgeneric delete-object (obj proto-struct)) (defgeneric objects (proto-struct)) +(defgeneric get-object (objSym proto-struct)) + -- 2.11.4.GIT