Ignore:
Timestamp:
Oct 1, 2021, 8:22:31 AM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
96f01d7f
Parents:
056cbdb
Message:

formatting, remove release, and update lock/unlock for use with mutex statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.hfa

    r056cbdb r7ce2483  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jul 28 07:35:50 2021
    13 // Update Count     : 234
     12// Last Modified On : Fri Oct  1 07:40:37 2021
     13// Update Count     : 238
    1414//
    1515
     
    5353void setPrt$( ofstream &, bool );
    5454
     55void lock( ofstream & );
     56void unlock( ofstream & );
     57
    5558// public
    5659void sepOn( ofstream & );
     
    7881
    7982void acquire( ofstream & );
    80 void release( ofstream & );
    81 
    82 void lock( ofstream & );
    83 void unlock( ofstream & );
    8483
    8584struct osacquire {
     
    114113
    115114// Satisfies istream
     115
     116// private
     117void lock( ifstream & );
     118void unlock( ifstream & );
    116119
    117120// public
     
    132135
    133136void acquire( ifstream & is );
    134 void release( ifstream & is );
    135137
    136138struct isacquire {
Note: See TracChangeset for help on using the changeset viewer.