[Compbench-devel] CompBenchmarks++/libcompbenchmarks/UI UI-Msg.cpp, 1.2, 1.3 UI-Msg.h, 1.2, 1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-06-06 21:38:05
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8148 Modified Files: UI-Msg.cpp UI-Msg.h Log Message: Fatal errors handled. Index: UI-Msg.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI/UI-Msg.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** UI-Msg.h 6 Jun 2007 17:39:19 -0000 1.2 --- UI-Msg.h 6 Jun 2007 21:37:59 -0000 1.3 *************** *** 39,43 **** typedef enum ObjectType { UndefObject, - FatalError, Shell, File, Directory, Package, Benchmark, Compiler }; --- 39,42 ---- *************** *** 46,49 **** --- 45,49 ---- UndefAction, ShellCommand, + FatalError, Group, Create, Read, Write, Remove, Checksum, Index: UI-Msg.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI/UI-Msg.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** UI-Msg.cpp 6 Jun 2007 17:39:19 -0000 1.2 --- UI-Msg.cpp 6 Jun 2007 21:37:59 -0000 1.3 *************** *** 116,120 **** : UIMsg() { ! addObject(FatalError, _text); } --- 116,121 ---- : UIMsg() { ! addAction(FatalError); ! addObject(UndefObject, _text); } |