Changeset 502a107


Ignore:
Timestamp:
Aug 5, 2023, 11:42:53 AM (10 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
419985c
Parents:
a47fe52
Message:

add comment on lock$ in i/ofstream indicating used by trait is_lock for mutex statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/fstream.hfa

    ra47fe52 r502a107  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jun 29 11:08:31 2023
    13 // Update Count     : 251
     12// Last Modified On : Sat Aug  5 11:42:40 2023
     13// Update Count     : 254
    1414//
    1515
     
    3434        char separator$[ofstream_sepSize];
    3535        char tupleSeparator$[ofstream_sepSize];
    36         multiple_acquisition_lock lock$;
     36        multiple_acquisition_lock lock$;                                        // used by trait is_lock for mutex statement
    3737}; // ofstream
    3838
     
    101101        void * file$;
    102102        bool nlOnOff$;
    103         multiple_acquisition_lock lock$;
     103        multiple_acquisition_lock lock$;                                        // used by trait is_lock for mutex statement
    104104}; // ifstream
    105105
Note: See TracChangeset for help on using the changeset viewer.