remove overload that doesn't allow error checking--makes it too easy to be lazy
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user