[Compbench-devel] CompBenchmarks++/libcompbenchmarks/UI UI-Msg.h, 1.6, 1.7
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-08-21 19:52:52
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1727 Modified Files: UI-Msg.h Log Message: Useless spaces removed. Index: UI-Msg.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI/UI-Msg.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** UI-Msg.h 1 Aug 2007 19:48:38 -0000 1.6 --- UI-Msg.h 21 Aug 2007 19:52:50 -0000 1.7 *************** *** 64,67 **** --- 64,68 ---- PlanRun }; + private: XMLNode *outputNode; *************** *** 312,319 **** }; - - - - class UIMsgGroup : public UIMsg { public: --- 313,316 ---- |