[Eclipse-cvs] CVS update: eclipse/lib/ice/ICE-lib.lisp eclipse/lib/ice/ICE-macros.lisp eclipse/lib/ice/ICE-request.lisp eclipse/lib/ice/package.lisp

Iban Hatchondo ihatchondo at common-lisp.net
Wed Mar 17 13:38:13 UTC 2004


Update of /project/eclipse/cvsroot/eclipse/lib/ice
In directory common-lisp.net:/tmp/cvs-serv5985/lib/ice

Modified Files:
	ICE-lib.lisp ICE-macros.lisp ICE-request.lisp package.lisp 
Log Message:
slight modification of the error handling:
The signal-request-error was incorectly named so it is now named
  request-error-handler.
Furthermore the possibility to have an array of error handler is not anymore
available. Since everything is described in CLOS a generic method is more
apropriated. 

new macro:
 with-error-handler [macro] : (connection handler) &body body

 Changes the error handler of the ice-connection for the specified handler
 only within the dynamic extent of the body.


Date: Wed Mar 17 08:38:13 2004
Author: ihatchondo








More information about the Eclipse-cvs mailing list