[Compbench-devel] CompBenchmarks++/UI UI.cpp,1.7,1.8
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-21 20:44:12
|
Update of /cvsroot/compbench/CompBenchmarks++/UI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18404 Modified Files: UI.cpp Log Message: CBM namespace. Index: UI.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/UI/UI.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** UI.cpp 18 Jan 2007 18:43:25 -0000 1.7 --- UI.cpp 21 Jan 2007 20:44:05 -0000 1.8 *************** *** 7,11 **** using namespace CBM; ! CBM::UI *cbmUI = 0; UI::UI() --- 7,11 ---- using namespace CBM; ! CBM::UI *CBM::cbmUI = 0; UI::UI() |