Ignore:
Timestamp:
Aug 18, 2023, 12:12:22 PM (11 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
5ad2c6c7
Parents:
18ebc28
Message:

change setter routines in basic_i/ostream to return previous state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.hfa

    r18ebc28 rd0cfcbe1  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Aug  5 11:42:40 2023
    13 // Update Count     : 254
     12// Last Modified On : Fri Aug 18 10:41:15 2023
     13// Update Count     : 258
    1414//
    1515
     
    4141// private
    4242bool getNL$( ofstream & );
    43 void setNL$( ofstream &, bool );
     43bool setNL$( ofstream &, bool );
    4444bool getANL$( ofstream & );
     45bool setANL$( ofstream &, bool );
    4546
    4647bool sepPrt$( ofstream & );
     
    5152
    5253bool getPrt$( ofstream & );
    53 void setPrt$( ofstream &, bool );
     54bool setPrt$( ofstream &, bool );
    5455
    5556void lock( ofstream & );
     
    108109// private
    109110bool getANL$( ifstream & );
     111bool setANL$( ifstream &, bool );
    110112
    111113void lock( ifstream & );
Note: See TracChangeset for help on using the changeset viewer.