Ignore:
Timestamp:
Oct 3, 2000, 7:42:41 AM (25 years ago)
Author:
bird
Message:

Implemented .Def to WLINK directives/options converter.

File:
1 edited

Legend:

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

    r4358 r4402  
    1 /* $Id: kFile.h,v 1.5 2000-10-02 04:01:39 bird Exp $
     1/* $Id: kFile.h,v 1.6 2000-10-03 05:42:38 bird Exp $
    22 *
    33 * kFile - Simple (for the time being) file class.
     
    5454    BOOL            readAt(void *pvBuffer, long cbBuffer, long off) throw(int);
    5555    void *          readFile() throw(int);
     56    BOOL            readln(char *pszBuffer, long cchBuffer);
    5657
    5758    BOOL            write(void *pvBuffer, long cbBuffer) throw(int);
     
    6162
    6263    BOOL            setSize(unsigned long cbFile = ~0UL);
     64
     65    kFile &         operator+=(kFile &AppendFile);
    6366
    6467    /** @cat File seek methods */
Note: See TracChangeset for help on using the changeset viewer.