|
From: andrew7 <bd...@us...> - 2006-12-10 22:33:28
|
Update of /cvsroot/smartwin/SmartWin/include/io In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21325/include/io Modified Files: iolib.h Log Message: put in namespace SmartWin Index: iolib.h =================================================================== RCS file: /cvsroot/smartwin/SmartWin/include/io/iolib.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- iolib.h 9 Oct 2006 01:11:05 -0000 1.11 +++ iolib.h 10 Dec 2006 22:24:50 -0000 1.12 @@ -42,6 +42,9 @@ //------------------------------------------------------------------------- +namespace SmartWin +{ + class iolib { public: @@ -375,4 +378,5 @@ //------------------------------------------------------------------------- }; +} #endif |