some questions

Carlos Agon <[email protected]> Fri, 25 Aug 2006 09:42:39 +0200
Newsgroups gmane.lisp.clg.devel
Message-ID <[email protected]>
hi

It is possible to change the function reinitialize-all-types in the  
clg's sources?

(defun reinitialize-all-types ()
   (clrhash *lisp-type-to-type-number*)
   (clrhash *type-number-to-lisp-type*)
   (type-init) ; initialize the glib type system
   (mapc #'(lambda (type)
             (register-type (car type) (cdr type)))
         *registered-types*)
   (mapc #'(lambda (type)
             (apply #'register-new-type type))
         (reverse *registered-static-types*))
   (mapc #'(lambda (type)
             (register-type-alias (car type) (cdr type)))
         *registered-type-aliases*))

in order to load my subclasses I need to reverse the *registered- 
static-types* list (line 10)

thanks

Carlos




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642