Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25526/mockpp/examples/tutorial
Modified Files:
interface.h
Log Message:
fixed actually non-working IsInstanceOf
Index: interface.h
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/interface.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- interface.h 4 Mar 2005 21:10:02 -0000 1.3
+++ interface.h 13 Mar 2005 19:13:26 -0000 1.4
@@ -50,7 +50,7 @@
*/
virtual std::string read() = 0;
- /** Writes a record o the file
+ /** Writes a record to the file
* @param s the record (one complete line)
*/
virtual void write(const std::string &s) = 0;
|