[ObjectHandler-cvs] ObjectHandler/gensrc/metadata functions.xml, 1.5, 1.6
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-06-16 16:26:50
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10484/gensrc/metadata Modified Files: functions.xml Log Message: cache the last error message Index: functions.xml =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions.xml 15 Jun 2006 08:18:35 -0000 1.5 --- functions.xml 16 Jun 2006 16:15:23 -0000 1.6 *************** *** 393,396 **** --- 393,410 ---- </Procedure> + <Procedure name='ohLastLogMessage'> + <description>return last logged message</description> + <alias>ObjHandler::ObjectHandler::instance().lastLogMessage</alias> + <functionCategory>ObjectHandler</functionCategory> + <ParameterList> + <Parameters/> + </ParameterList> + <ReturnValue> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>last logged message</description> + </ReturnValue> + </Procedure> + <!--Procedure name='ohPack'> <description>trim error values from bottom/right of matrix/vector</description> |