[Scopeapp-cvs]scopeapp ChangeLog,1.17,1.18
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2003-04-25 07:23:53
|
Update of /cvsroot/scopeapp/scopeapp In directory sc8-pr-cvs1:/tmp/cvs-serv17167 Modified Files: ChangeLog Log Message: Add a new InputErrorHandler protocol, containing a function to display error messages and (if necessary) close the input handler and the objects using it. Index: ChangeLog =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ChangeLog 25 Apr 2003 07:19:54 -0000 1.17 --- ChangeLog 25 Apr 2003 07:23:50 -0000 1.18 *************** *** 1,2 **** --- 1,9 ---- + 2003-04-25 Philip Derrin <na...@us...> + + * src/InputSampler.h: + Add a new InputErrorHandler protocol, containing a function to display + error messages and (if necessary) close the input handler and the + objects using it. + 2003-04-23 Philip Derrin <na...@us...> |