Improved IO error checking.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-11-06 03:21:32 +01:00
parent eab5da075a
commit 07baed1581
4 changed files with 48 additions and 28 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ public:
virtual void set_extent(off_t offset, off_t length);
protected:
void sopen();
bool do_sopen();
virtual int read(void *buf, int len);
virtual int readx(void *buf, int len);
virtual void write(const void *buf, int len);