[Compbench-devel] CompBenchmarks++/libcompbenchmarks/UI UI.h, 1.18, 1.19
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2007-09-16 18:52:29
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21643 Modified Files: UI.h Log Message: currentMsg() is now protected. Index: UI.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/UI/UI.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** UI.h 12 Sep 2007 18:58:43 -0000 1.18 --- UI.h 16 Sep 2007 18:51:57 -0000 1.19 *************** *** 31,34 **** --- 31,35 ---- Mutex mui; /*<! Mutex managing concurrent accesses. */ + protected: /** \brief Returns current message. * *************** *** 38,42 **** virtual UIMsg *currentMsg(void); ! protected: /** Compute depth of a message. * --- 39,43 ---- virtual UIMsg *currentMsg(void); ! /** Compute depth of a message. * |