From: Dejan L. <de...@us...> - 2004-06-11 23:13:27
|
Update of /cvsroot/rtk/rtk/src/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31041/src/core Modified Files: Buffer.cpp Log Message: Latest Buffer class and Dev-C++ project files. Now RTK can be (again) used to develop RTK (thanks to Mikko for fix in String.h) Index: Buffer.cpp =================================================================== RCS file: /cvsroot/rtk/rtk/src/core/Buffer.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Buffer.cpp 11 Jun 2004 17:09:45 -0000 1.5 --- Buffer.cpp 11 Jun 2004 23:13:17 -0000 1.6 *************** *** 45,48 **** --- 45,49 ---- #include <rtk/debug.h> #endif + namespace Rtk { |