Ignore:
Timestamp:
Oct 17, 2001, 4:22:33 PM (24 years ago)
Author:
bird
Message:

Corrected buffering algorithm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kFile.h

    r5531 r7093  
    1 /* $Id: kFile.h,v 1.8 2001-04-17 00:26:10 bird Exp $
     1/* $Id: kFile.h,v 1.9 2001-10-17 14:22:33 bird Exp $
    22 *
    33 * kFile - Simple (for the time being) file class.
     
    6666    BOOL            readln(char *pszBuffer, long cchBuffer);
    6767
    68     BOOL            write(void *pvBuffer, long cbBuffer) throw(int);
     68    BOOL            write(const void *pv, long cb) throw(int);
    6969    BOOL            writeAt(void *pvBuffer, long cbBuffer, long off) throw(int);
    7070
Note: See TracChangeset for help on using the changeset viewer.