[Eclipse-cvs] CVS update: eclipse/docs/README

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


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

Modified Files:
	README 
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:11 2004
Author: ihatchondo





More information about the Eclipse-cvs mailing list