From: <sp...@us...> - 2004-02-26 20:18:16
|
Update of /cvsroot/rtk/rtk/test/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13628/test/core Modified Files: dict0.cpp Log Message: Minor fixes (eg namespace) Index: dict0.cpp =================================================================== RCS file: /cvsroot/rtk/rtk/test/core/dict0.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** dict0.cpp 23 Feb 2004 18:13:36 -0000 1.6 --- dict0.cpp 26 Feb 2004 20:02:16 -0000 1.7 *************** *** 45,48 **** --- 45,50 ---- #include <rtk/Thread.h> + using namespace Rtk; + void DictPrint(const RCHAR* oString, void* oData,void *userData) { *************** *** 50,55 **** } - using namespace Rtk; - int main(int argc, char** argv) { --- 52,55 ---- |