Update of /cvsroot/pclasses/pclasses2/include/pclasses/IO
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28635/include/pclasses/IO
Modified Files:
IODevice.h
Log Message:
Renamed IODevice::commit() to sync(). Added File::resize().
Index: IODevice.h
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/IO/IODevice.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- IODevice.h 23 Dec 2004 04:32:15 -0000 1.1
+++ IODevice.h 30 Dec 2004 19:36:47 -0000 1.2
@@ -79,7 +79,7 @@
virtual offset_t getPos() throw(IOError);
- virtual void commit() const throw(IOError);
+ virtual void sync() const throw(IOError);
virtual offset_t size() const throw(IOError);
|