From: Dejan L. <de...@us...> - 2004-06-11 16:55:26
|
Update of /cvsroot/rtk/rtk/rtk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20056/rtk Modified Files: IO.h Log Message: Added comment for class IO . Index: IO.h =================================================================== RCS file: /cvsroot/rtk/rtk/rtk/IO.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** IO.h 7 Jun 2004 22:00:57 -0000 1.5 --- IO.h 11 Jun 2004 16:55:18 -0000 1.6 *************** *** 52,55 **** --- 52,56 ---- /** * Base IO class. + * @note This class shouldn't be used directly. */ class RTK_API IO |