remove overload that doesn't allow error checking--makes it too easy to be lazy

This commit is contained in:
Glenn Maynard
2004-06-06 21:06:03 +00:00
parent ae99f03a4b
commit cd060ef6d6
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -68,7 +68,6 @@ public:
int Seek( int offset, int whence );
/* Line-based I/O: */
CString GetLine();
int GetLine( CString &out );
int PutLine( const CString &str );