Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29232/gensrc/metadata
Modified Files:
functions.xml
Log Message:
cache last error message not last log message
Index: functions.xml
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** functions.xml 16 Jun 2006 16:15:23 -0000 1.6
--- functions.xml 19 Jun 2006 11:02:38 -0000 1.7
***************
*** 393,399 ****
</Procedure>
! <Procedure name='ohLastLogMessage'>
<description>return last logged message</description>
! <alias>ObjHandler::ObjectHandler::instance().lastLogMessage</alias>
<functionCategory>ObjectHandler</functionCategory>
<ParameterList>
--- 393,399 ----
</Procedure>
! <Procedure name='ohLastErrorMessage'>
<description>return last logged message</description>
! <alias>ObjHandler::ObjectHandler::instance().lastErrorMessage</alias>
<functionCategory>ObjectHandler</functionCategory>
<ParameterList>
|